Answer to Question #238420 in C for Sravs

Question #238420

Is that provided code implemented with all the functionalities given in question?.I think,last 2 functionalities are not implemented in the code...can you please confirm back to me.

Thanks,



1
Expert's answer
2021-09-17T06:28:55-0400
//Please provide tthe full question
#include <stdio.h>


int main()
{
    int i,n;
    printf("Enter number of terms: ");
    scanf("%d", &n);
    for(i=1;i<=n;i++)
    {
	 printf("Number is : %d and cube of the %d is :%d \n",i,i, (i*i*i));     
    }


    return 0;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS