The words you are searching are inside this book. To get more targeted content, please make full-text search by clicking here.
Discover the best professional documents and content resources in AnyFlip Document Base.
Search
Published by , 2018-02-27 22:49:26

Akmal Haziq NOTA SK

Akmal Haziq NOTA SK

class Main {
public static void main (String[]args)
{

int x=100;
int temp=3;
temp =x+3;
temp=temp-3;
temp=temp*3;
temp=temp/3;
temp=temp%3;
int finalAnswer=temp;
System.out.println(finalAnswer);
}}


Click to View FlipBook Version