Advertisement
Kur23

ku3

Apr 18th, 2021
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.59 KB | None | 0 0
  1. package Izpit;
  2.  
  3. import java.util.Scanner;
  4.  
  5. public class FinalCompetition {
  6.     public static void main(String[] args) {
  7.         Scanner scanner = new Scanner(System.in);
  8.  
  9.         int numDancer = Integer.parseInt(scanner.nextLine());
  10.         double numPoint = Double.parseDouble(scanner.nextLine());
  11.         String summer = scanner.nextLine();
  12.         String winter = scanner.nextLine();
  13.         String Bulgaria = scanner.nextLine();
  14.         String Abroad = scanner.nextLine();
  15.  
  16.         double sumWon = numDancer*numPoint;
  17.         double
  18.  
  19.         if (summer){
  20.  
  21.         }
  22.  
  23.  
  24.     }
  25. }
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement