Since you didn't specify, I will give you the answer for a TI 83 Plus Silver Addition
:Input A
:Input B
:ClrHome <--found in the prgm menu with input
:Output(1,1,A+B) <--Output also found in same menu as ClrHome
:Output(4,1,A*B)
All of the whole numbers between one and a billion. Honestly, we're not robots here. Write a program and do it yourself, if you really need them.
for (int i = 2; i < 10; i ++) printf("%d\n", i); You did say even and odd numbers between 1 and 10. That's allnumbers between 1 and 10.
write a shell program for finding out gcd of three given numbers? write a shell program for finding out gcd of three given numbers? write a shell program for finding out gcd of three given numbers? check bellow link http://bashscript.blogspot.com/2009/08/gcd-of-more-than-two-numbers.html
write an assembly language program to find sum of N numbers
RATIONAL , doing the same program .
VBnet program to find the prime numbers between 100 to 200?
i need this answer
You can use int i; for (i = 10; i <= 50; i += 2) {//print i} as a program to print even numbers between 10 and 50.
c is programming laungage
You can create a simple program in Python to achieve this. The program will prompt the user to input two numbers, calculate their product, and then check if the product is equal to or greater than 1000. If it is, the program will print a message confirming that; otherwise, it will indicate that the product is less than 1000. Here's a quick example: num1 = float(input("Enter the first number: ")) num2 = float(input("Enter the second number: ")) if num1 * num2 >= 1000: print("The product is equal to or greater than 1000.") else: print("The product is less than 1000.")
Qualitative predictions are predictions based on quality. How effective is the product, or program expected to be? Quantitative predictions are based on quantities, in other words, numbers. How many people, products or units are expected.
No egghead is leaving, a sixth one is joining the show.
C programm
Photoshop is a raster/pixel-based program, and is also a product you have to purchase. Inkscape is a vector drawing program that's free.
All of the whole numbers between one and a billion. Honestly, we're not robots here. Write a program and do it yourself, if you really need them.
program to find prime number in 8085 microprocessor
for (int i = 2; i < 10; i ++) printf("%d\n", i); You did say even and odd numbers between 1 and 10. That's allnumbers between 1 and 10.