Ask Question
9 January, 20:01

Write declaration statements to declare and initialize two variables: one is an integer variable named age, initialized to 18, and the other variable, named weight, is initialized to 114.5

+4
Answers (1)
  1. 9 January, 22:48
    0
    In Java ...

    int age=18;

    float weight=114.5;
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Write declaration statements to declare and initialize two variables: one is an integer variable named age, initialized to 18, and the ...” in 📘 Mathematics if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers