package com.codegym.task.task01.task0121;
/*
Contract
*/
public class Solution {
public static void main(String[] args) {
System.out.println("My name is Amigo");
System.out.println();
System.out.println("I agree to wages of $5000/month in the first year.");
System.out.println("I agree to wages of $5500/month in the second year.");
System.out.println("I agree to wages of $7000/month in the third year.");
System.out.println("I agree to wages of $8000/month in the fourth year.");
System.out.println("I agree to wages of $10000/month in the fifth year.");
System.out.println();
System.out.println("Kiss my shiny metal rear actuator!");
}
}
package com.codegym.task.task01.task0121;
/*
Contract
*/
public class Solution {
public static void main(String[] args) {
System.out.println("My name is Amigo");
System.out.println();
System.out.println("I agree to wages of $5000/month in the first year.");
System.out.println("I agree to wages of $5500/month in the second year.");
System.out.println("I agree to wages of $7000/month in the third year.");
System.out.println("I agree to wages of $8000/month in the fourth year.");
System.out.println("I agree to wages of $10000/month in the fifth year.");
System.out.println();
System.out.println("Kiss my shiny metal rear actuator!");
}
}