Skip to content
View Kordietta's full-sized avatar

Block or report Kordietta

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Write a simple calculator that reads... Write a simple calculator that reads the three values from the line: the first number, the operation, and the second number.
    1
    import java.util.Scanner;
    2
    class Main {
    3
        public static void main(String[] args) {
    4
      
    5
            Scanner scanner = new Scanner(System.in);