Computer Science, asked by amrutha1997, 10 months ago

debug the errors and rewrite the following function prototypes:
a)int sum(x,y);
b)float product(a,int y);
c)float operate(int x, float=3.3);
d)float sum(int x,y);

Answers

Answered by tarun395
6

Answer:

An if statement is a programming conditional statement that, if proved true, performs a function or displays information. ... In the example above, if the value of X were equal to any number less than 10, the program would print, or display, "Hello John" on the console when the script is run.

Similar questions