Write the output of the following:
int a = 10;
double b = 10.01;
System.out.println ( “The answer : “ + a + b );
System.out.println ( “The answer : “ + ( a + b ) );
Answers
Answered by
0
Answer:
If 15 buckets can be filled with one tank of water, how many buckets in all can be filled with the water in 25 tanks? Working: Thus, 375 buckets can be filled with 25 tanks of water.
Similar questions