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
Get step-by-step solutions from verified subject matter experts
