Question: Task 1 Create console program that converts an array of integers into a list. You are not allowed to use any built-in methods to carry

Task 1

Create console program that converts an array of integers into a list. You are not allowed to use any built-in methods to carry out this task. Instead, you are required your own method to convert an array to a list using loops.

Task 2

Create console program that asks the user for a number and displays all the Prime numbers up to that number.

A Prime number is a number that is divisible only by itself and 1.

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 Programming Questions!