write the syntax for the following
1) initialize 10 to an integer variable n
2) declare a floating point variable
Answers
Answered by
2
Answer:
1) int n=10;
2) float n;
Explanation:
Similar questions