I am first comment thanks
Write a program to generate the first n terms in the series --- 1,4,9,16,25, .... Input Format:Input consists of a single integer which corresponds to n. Output Format:Output consists of the terms in the series separated by a blank space. Sample Input:7 Sample Output:1 4 9 16 25 36 49
attempt the same.. just delete the printf statement of entering the last number, only use the scanf
given the following series,1,4,9,16,............write a c++ fragment code using for loop that calculates the sum of N terms
please print the series 1,4,9,16,25 using algorithm and flow chart.....
Ls
L
pls help about this summer using for loop1+4-9+16-25+...so on
This comment has been removed by the author.
Hi
I am first comment thanks
ReplyDeleteWrite a program to generate the first n terms in the series --- 1,4,9,16,25, ....
ReplyDeleteInput Format:
Input consists of a single integer which corresponds to n.
Output Format:
Output consists of the terms in the series separated by a blank space.
Sample Input:
7
Sample Output:
1 4 9 16 25 36 49
attempt the same.. just delete the printf statement of entering the last number, only use the scanf
ReplyDeletegiven the following series,
ReplyDelete1,4,9,16,............
write a c++ fragment code using for loop that calculates the sum of N terms
please print the series 1,4,9,16,25 using algorithm and flow chart.....
ReplyDeleteLs
DeleteL
Deletepls help about this summer using for loop
ReplyDelete1+4-9+16-25+...so on
This comment has been removed by the author.
ReplyDeleteHi
ReplyDelete