Computer Science, asked by vinithjajula10, 1 day ago

Int n=10;

for(int i=15;i>7;i++){

n=(n-4)/2;

}

system.out.println(n);

Answers

Answered by OishikWinny
1

-3

Please check the attachment.

And MARK ME AS BRAINLIEST IF ITS HELPFUL

Attachments:
Similar questions