class Test
public static void main(Strings [] s)
int a=9;
float b=a/2;
System.out.println(b);
Answers
Answered by
1
Answer:
4.5
Explanation:
please mark me as the brainliest
Answered by
0
Explanation:
The answer of the given function would be 4.5
If we look at the function it begins by taking an input string. Although inside the function we don't see any use of the string. Inside the program there are two variables where one variable is given a fixed value and other variable is then calculated via a function and then the value of second variable is given as an output
Similar questions