rom
n the following code, do the following:
() find its output
Short age Short.value0f("35") ; Integer salary = Integer.value0f ("2400") ;
Float height= Float.valueOf("1.78");
Double weight = Double.value0f("72.6");
double b weight/(height* height) ;
System.out.println(age + "takes home" +salary); System.out.println("bmi :" + b);
Answers
Answered by
1
Answer:
Explanation:
Age=35
BMI=22.9
Answered by
0
Answer:
35 takes home 2400
bmi : 22.9
Explanation:
as it is written s.o.p( age+take home+ salary)
you should first write age then add take home then salary
Similar questions
Biology,
3 months ago
Social Sciences,
6 months ago
English,
6 months ago
Social Sciences,
10 months ago