Question: Write a program that prompts the user to enter a number n, then prints all even squares between 1 and n. For example, if the
Write a program that prompts the user to enter a number n, then prints all even squares between 1 and n. For example, if the user enters 100, the program should print the following:
4
16
36
64
100
(SOLVE USING C CODE) (NOT C++ CODE)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
