Advertisement
Alex_Zuev

Untitled

Feb 25th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.36 KB | None | 0 0
  1. Enter your code here public static void main(String[] args) {
  2.  
  3.         double procent = 14.0;
  4.         Scanner sc = new Scanner(System.in);
  5.         System.out.println("Введите сумму Кредита: ");
  6.         int summKredita = sc.nextInt();
  7.         System.out.println("Введите срок Кредита: ");
  8.         int srokKredita = sc.nextInt();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement