in Education by
dues. Find the output of following A. X = 3 . Y = x + 2 x+ =y print (x,y) a = 5 b = 2xa a+ = a+b b* = a+b print (a,b) ) Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Answer: answer is a ,b mark brailst

Related questions

0 votes
    dues. Find the output of following A. X = 3 . Y = x + 2 x+ =y print (x,y) a = 5 b = 2xa a+ = a+b b* = a+b print (a,b) ) Select the correct answer from above options...
asked Dec 26, 2021 in Education by JackTerrance
0 votes
    Find the output for the following a) X=4 y=x+1 print(x, y) Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
0 votes
    if a and b are the zeros of the polynomial 2x^2 + 7x -3 . find the sum of reciprocal of its zeros Select the correct answer from above options...
asked Nov 29, 2021 in Education by JackTerrance
0 votes
    1. Predict the output of the following operations if x=5 and y=3. x>=10&& y>=4 f. x>=1 || y>=4 Select the correct answer from above options...
asked Dec 21, 2021 in Education by JackTerrance
0 votes
    Write the output: def multiply(a,b): r=a*b print(a,”*”,b,”=”,r) multiply(5,5) Select the correct answer from above options...
asked Dec 21, 2021 in Education by JackTerrance
0 votes
    Q. 3 Answer the given questions (4 x 2 = 8 marks) Find the output for the following. a) x=4 y=x-1 x=2 print(x, y) Select the correct answer from above options...
asked Dec 23, 2021 in Education by JackTerrance
0 votes
    e)What will be the output of the following code? (2) x,y=4,8 z=x/y*y print(z) Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    In Java, what will be the output of the following code and how? double x=2.9,y=2.5; (SOP is abbreviated form ... x),y)); Explain how Select the correct answer from above options...
asked Nov 28, 2021 in Education by JackTerrance
0 votes
    3. Rectangular area bound by x and y axes in a chart. Select the correct answer from above options...
asked Dec 30, 2021 in Education by JackTerrance
0 votes
0 votes
    Eight persons A, B, C, D, N, X, Y and Z live in an eight story building, one on each floor but not ... floor numbers of A and N? Select the correct answer from above options...
asked Dec 20, 2021 in Education by JackTerrance
0 votes
    Q.32 :-What will the SWAP macro in the following program be expanded to on preprocessing? will the code compile? ... y); return 0; Select the correct answer from above options...
asked Nov 30, 2021 in Education by JackTerrance
0 votes
    . What command should we use to :- b= 10 a) To describe the data type of b b) To retrieve the address of variable b. Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
0 votes
    What is the output of the following expression? function multi(x,y) { var c = x*y; } multi(20,3); 1. 20 2. 60 3. 3 4. Nothing...
asked Feb 25, 2021 in Technology by JackTerrance
...