Computer Science, asked by lalithakumarid979, 6 months ago

Find the output: public static void main( ) { int b=3, k, r; float a=15.15, c=0; if(k==1) { r = (int)a/b; System.out.println(r); } else { c = a/b; System.out.println(c); } } (i) What is the output? (ii) Give the purpose of the above function main ( )?

Answers

Answered by XdraghuvanshiXd
1

Answer:

good night and sweet dreams

Similar questions