Computer Science, asked by deo89, 7 months ago

write a program in qbasic64
to input a number. Calculate and print sum of the squares of odd factors and also print product of even factors.​

Answers

Answered by gyadav30122000
1

Explanation:

4:1

the ratio of kinetic energy of a projectile at the point of projection to the maximum height is 4:1.#include #define PI 3.14159 #define TAB '\t' int main() { float r, area; std::cin>>r; area=PI*r*r; std::cout<<"Circle "<

Similar questions