Skip to content

Tugas #176

@giovannitimothy

Description

@giovannitimothy

public class Tugas{
public static void main(String[] args) {
System.out.println("My First Java");
int a = -5+86;
int b = (55+9)%9;
int c = 20+-3
5/8;
int d = 5+15/3*2-8%3;
System.out.println(a);
System.out.println(b);
System.out.println(c);
System.out.println(d);
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions