Publicité
1 Draw the UML diagram for a dowhile loop 2 What is the .pdf
Prochain SlideShare
1 Debido a su tamao y recursos sustanciales Walmart es u.pdf1 Debido a su tamao y recursos sustanciales Walmart es u.pdf
Chargement dans ... 3
1 sur 1
Publicité

Contenu connexe

Plus de adeshpawar234(20)

Publicité

1 Draw the UML diagram for a dowhile loop 2 What is the .pdf

  1. 1. Draw the UML diagram for a do-while loop. 2. What is the value of the Boolean expression when x =5 and y= 10?(True or false) a) (x==0) && (y<18) ______ b) (y>20) || (x<=5) _______ c) !(x==12) ________ d) (x==1) && (y<100) e (x<10) || (y>x) _________ f Which are the ones above (a to g) are examples of Short circuit evaluation?__________ 3. We need three methods of name Volume One which is taking length, width and height to calculate volume of Rectangular prism (V=L*w*h) One which is taking the side to calculate the volume of the square. (V = s 3 ) a). Write 2 methods for the above 2 conditions b. Write the main method which calls the above 2 methods.
Publicité