Skip to content

Instantly share code, notes, and snippets.

View jung-yun's full-sized avatar

JO JUNGYUN jung-yun

  • MOAIS, JJStudio
  • Seoul, Korea
View GitHub Profile
package com.practice;
import java.util.Scanner;
public class Day3_3_exercise {
public static void main (String[] args) {
int money = 10000, price = 2730;
int FiveThousandWon = (money-price)/5000;