13.Write a program to print the square of a numbers 2 to 6.
Computer answer correctly
Answers
Answered by
1
Answer:
- Program to calculate the square of a number:
- #include<stdio.h>
- int main()
- printf("Please Enter any integer Value : ");
- scanf("%f", &number);
- square = number * number.
Similar questions
Social Sciences,
4 months ago
Social Sciences,
4 months ago
Physics,
4 months ago
Hindi,
8 months ago
Math,
8 months ago
Biology,
1 year ago
Physics,
1 year ago
Geography,
1 year ago