رد: مساعدة في سؤال cpcs202
أنا حاولت احلها بس ما هي راضيا ياليت تشوفوا اش الاخطاء
Scanner input=new Scanner(System.in);
System.out.println("Entet the subtotal and a gratuity rate:");
double subtotal=input.nextDouble();
subtotal=15.69;
int gratuityrate=input.nextInt();
System.out.println(15.69/100 * 15 + (+15.69) );
|