rewrite the following usi g if else statements
status =(age==18)?"adult":"child";
Answers
Answered by
0
adulthood feeling
ok
ok
rehan33:
itss not answer
Answered by
4
If (age==18)
System.out.print("adult ");
Else
System.out.print("child ");
System.out.print("adult ");
Else
System.out.print("child ");
Similar questions