Computer Science, asked by OMER98, 9 months ago

Declare the following variables. 1. Declare ‘y’ as an integer and set its initial value to 0. 2. Declare ‘age’ as a character.

Answers

Answered by Anonymous
4
  1. int y = 0;
  2. char age;

happy coding ^^

Similar questions