Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
1.
Write the output of the following codes:
(a) int j = 0, result = 1; for(j = 3; j < = 5; j++) { result = j; for(g = 5; g >=3; g - -) { result = result * g; } System.out.print(“ \ n Result is “ + result); } System.out.print (“ \ n Out Of The Loop Value of (j,g) are “ + j + “ , “ + g);
(Ebook) High Performance Computing in Clouds: Moving HPC Applications to a Scalable and Cost-Effective Environment by Edson Borin, Lúcia Maria A. Drummond, Jean-Luc Gaudiot, Alba Melo, Maicon Melo Alves, Philippe Olivier Alexandre Navaux, (eds.) ISBN 9783031297694, 3031297695, B0BYN665C2 - Quickly download the ebook to start your content journey