Computer Science, asked by faizan2716, 19 days ago

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 rudramkanase
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