Quantcast
Channel: Coding & Programming
Viewing all articles
Browse latest Browse all 7262

Square and Cube a #

$
0
0
Basic C/C++

code:

#include <iostream>
#include <conio.h>

using namespace std;

int main(){

int num;
int prod;
int sqrt;
int cube;

cout<<"Enter A Number: ";...

Please or Register to view links

Viewing all articles
Browse latest Browse all 7262

Trending Articles