Computer Science, asked by pkspratyaam9, 1 year ago

Declare a constant y to store 44

Answers

Answered by Anonymous
6

int y = 44; // This is the main line to declare 44 as value of y

Similar questions