answersLogoWhite

0

Declare Real price=49.95

Display "the original price."

Input item original price

Display "price"

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

The product of two integers is positive. when is this statement true?

This statement is true when the two integers are positive, or when the two integers are negative.


How arrays are created in java?

Arrays are created just like other variables in Java. Ex: int[] a; // declares an array of integers a = new int[10]; // allocates memory for 10 integers a[0] = 100; // initialize first element a[1] = 200; // initialize second element Arrays are homogenous data types and hence they can contain values of only one type. If you create an integer array it can hold only integer data type values. If you try to assign values to nonexistent locations like a[15] it will throw an index out of bounds exception.


What is the negation of a statement all integers are odd?

All integers are not odd.


Are some rational numbers integers?

That's a true statement. Another true statement is: All integers are rational numbers.


If some Numbers are Integers and some Integers are Prime then all Numbers are definitely Prime This statement is true or false?

The statement is false.


What statement is TRUE about 16 and 212?

They are integers.


What is a number which proves that mathematical statement is false?

integers


If some Numbers are Integers and some Integers are Prime then all Numbers are definitely Prime This statement is?

False


If some numbers are integers and some integers are prime then all numbers are definitely prime is this a true statement?

No.


F some Numbers are Integers and some Integers are Prime then all Numbers are definitely Prime This statement is?

False


How do you write a pseudocode algorithm to read a set of positive integers terminated by 0 and print their average as well as the largest of the set?

Find it yourself because I dont understand your launguage


Write a program in pascal that declares two integers and gives there sum?

This is not a question so you do not need to use a question mark at the end of your sentence.