Computer Science, asked by sahla1160, 4 months ago

write the syntax for the following
1) initialize 10 to an integer variable n
2) declare a floating point variable

Answers

Answered by buttfiza66
2

Answer:

1) int n=10;

2) float n;

Explanation:

Similar questions