answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Write a program to input two numbers and print their number and square?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write a c program to accept a numbers and generate square root cube and exponential values?

write a c program to accept a number and generate a square root cube and exponential values


Write a Shell program to find the smallest number from a set of numbers?

k


How do you write Square program using vb?

write a vb program to find the magic square


A program c plus plus on automorphic numbers or not?

how to write a program that counts automorphic number from 1 to 999


Write a program large number and small number among n numbers by using If statement?

12


How do you write a java program to find the square root of a number?

You can use the Math.sqrt() method.


Program for print prime all number from 1 to 100 in foxpro?

Prime numbers are numbers that are only divisible by themselves and the number 1. You can write a program to print all prime numbers from 1 to 100 in FoxPro.


Write a C program to find the square of two numbers?

Please visit http://talentsealed.blogspot.com/2009/10/to-find-sqaure-of-numbers-using-c.htmlfor the answer.


Write a java script program to print first ten odd natural numbers in C?

Q.1 Write a program to print first ten odd natural numbers. Q.2 Write a program to input a number. Print their table. Q.3 Write a function to print a factorial value.


Write what you know about facts with square numbers?

The ending digit of square number is either 0, 1,4,5,6 or 9 only.


Write the square number between 5 and 45?

Square numbers between 5 & 49 are : - 9, 16, 25 & 36.


How can I write a program to display prime numbers from 1 to 100?

Write a function that implements an algorithm that checks to see if a particular integer is prime (returning a boolean). Write a program that uses that function on each number from 1 to 100, and if true, displays that number.