Computer Science, asked by palak3121, 1 day ago

In this statement, the data type of k should be _________. for(k = 5; k <= 50; k+=5)

Answers

Answered by samarthkrv
0

Answer:

The data type will be integer or 'int'

Explanation:

Similar questions