what is the missd type variable for the following question...plz help me? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is the missd type variable for the following question...plz help me?

public class Program { public static void main(String[] args) { //declare variables String name = "Howard"; /* declare the age int age = 42; */ //output values //System.out.println(name+" is "+age+" years old."); } }

4th Jan 2023, 2:12 PM
Ambelye Cherkos
Ambelye Cherkos - avatar
0 Answers