Posts

Today’s Special Men

Today’s Special Men in Bakeri. Problem Statement: Mr. Sharma owns a bakery shop and is quite popular for baking variety of cakes and pastries. Each day he comes up with Today’s Special Menu that includes two special cakes and two special pastries. He prepares Today’s Special Menu every day and puts it for the display. But with every passing day, it has become painful for Mr. Sharma to prepare the hand written menu JAVA code package com.company; import java.util.Scanner; public class Main { public static void main(String[] args) { System. out .println( " Tax Calculator App " ); System. out .println( " ------WELCOME------" ); long MyCT = 0 ; int j= 0 ; System. out .println( "Enter total person count" ); Scanner Persons = new Scanner(System. in ); int NoOfPersons = Integer. parseInt (Persons.nextLine()); String[] Names = new String[NoOfPersons] ; long [] CT = new long...