Question: The programming language to be used to write this code is Java, please provide comments so that I will understand how you arrived at your

  • The programming language to be used to write this code is Java, please provide comments so that I will understand how you arrived at your answer

  • Write a program that reads 50 integer numbers in random. If the number read is negative, push it into a stack called NegNumStack, if not, check if the number is a multipleof 3 or not. If it's a multiple of 3, puch it into MultOf3Stack, all others must be pushed into OthersSTack. Print all three Stacks.

  • Write a program that a number in random. Check if the number is prime or not. If it is, push into a stack called PrimeStack, if not, push into NotPrimeStack. Repeat the same procedure until you decide to stop the loop. Print both stacks

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!