Computer Science, asked by charanyy, 15 hours ago

1. Integer p,q, 2. Set p=8, q=2, r=5 3. Wr=(r+4)+p 4. p=(2^3)+p 5. 9=9+p 6. p=(9^p) ^p = 7. Print p+q+r​

Answers

Answered by sariyachau142
1

Answer:

hajsb/:+!*'*"hahhdjzjh(k_bx!xk_5":6*"*=5""5=

Answered by shilpa85475
0

Error in line Integer p,q,

Explanation:

The integers are zero, positive or negative whole numbers without a fractional part.

For, e.g. 0, 100, -10.

Integers can be binary, octal, and hexadecimal values.

All integer literals or variables are objects of the int class.

One can define a variable as an integer and assign a value to it in a single declaration.

For example : int age = 10;  here, the variable named age would be defined as an integer and assigned the value of 10.

Similar questions