Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Assignment in Computer III Grendelle//

Public class Sum_and_Quotient_of_Six_Integers { Public static void main (String[] args) { Int G=24, J=4, B,=2, M=26, A=6, L=50; Int Sum=0, Qutient=0; Int Sum=G+J+B+M+A+L; Int Quotient= Sum/8; System.out.println( the sum of the six integers is +Sum while its quotient is +Quotient) ; } ]

You might also like