* Question 3b write a method with the following specification * name : DisplayIntArray * arguments: array of int returns : nothing • display : all the items in the array seperated by a single space task : use a suitable looping structure to send each item to the screen. • hint : use the format specifier d2 to obtain the leading zero • YOU MUST USE A FOR loop I* Question 3a ( * write a method with the following specification name : GenerateIntArray • arguments: int representing the number of items to generate i.e. the size of the resulting array returns : int array display : nothing task : 1) create the random object to generate random numbers 2) declare and allocate storage for the array 3) using a suitable looping structure get a random value and assign it the element of the array use random. Next (100) to obtain a random int 4) return the array 1* The driver for question 3 ( * 1) call GenerateIntarray with argument 30 and assign the returned value to a suitable variable • 2) Use DisplayIntArray to print the above stored value • 3) Print an empty line • 4) use DisplayMultiplesof Three to print only the even items in the above stored value static void DemoQuestion3()

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter8: Arrays
Section: Chapter Questions
Problem 2MQ4
icon
Related questions
Question


use C#programming

"final exam comp 100.txt - Notepad
File Edit Format View Help
/* Question 3b
• write a method with the following specification
* name
* arguments: array of int
* returns : nothing
* display : all the items in the array seperated by a single space
* task
: DisplayIntArray
: use a suitable looping structure to send each
item to the screen.
* hint
: use the format specifier d2 to obtain the leading zero
* YOU MUST USE A FOR loop
/* Question 3a (
* write a method with the following specification
* name
* arguments: int representing the number of items to generate
: GenerateIntArray
i.e. the size of the resulting array
returns : int array
* display : nothing
* task
: 1) create the random object to generate random numbers
2) declare and allocate storage for the array
3) using a suitable looping structure get a random value
and assign it the element of the array
use random. Next (100) to obtain a random int
4) return the array
/* The driver for question 3 (
1) call GenerateIntarray with argument 30 and assign the
returned value to a suitable variable
* 2) Use DisplayIntArray to print the above stored value
• 3) Print an empty line
* 4) Use DisplayMultiplesofThree to print only the even items in the
ENG
5:11 PM
above stored value
Friday
*/
static void DemoQuestion3()
2021-12-17
Ln 5, Col 12
100%
Windows (CRLFX
UTF-8 with BOM
H Q O i
Transcribed Image Text:"final exam comp 100.txt - Notepad File Edit Format View Help /* Question 3b • write a method with the following specification * name * arguments: array of int * returns : nothing * display : all the items in the array seperated by a single space * task : DisplayIntArray : use a suitable looping structure to send each item to the screen. * hint : use the format specifier d2 to obtain the leading zero * YOU MUST USE A FOR loop /* Question 3a ( * write a method with the following specification * name * arguments: int representing the number of items to generate : GenerateIntArray i.e. the size of the resulting array returns : int array * display : nothing * task : 1) create the random object to generate random numbers 2) declare and allocate storage for the array 3) using a suitable looping structure get a random value and assign it the element of the array use random. Next (100) to obtain a random int 4) return the array /* The driver for question 3 ( 1) call GenerateIntarray with argument 30 and assign the returned value to a suitable variable * 2) Use DisplayIntArray to print the above stored value • 3) Print an empty line * 4) Use DisplayMultiplesofThree to print only the even items in the ENG 5:11 PM above stored value Friday */ static void DemoQuestion3() 2021-12-17 Ln 5, Col 12 100% Windows (CRLFX UTF-8 with BOM H Q O i
"final exam comp 100.txt - Notepad
File Edit Format View Help
/* Question 3b
• write a method with the following specification
* name
* arguments: array of int
* returns : nothing
* display : all the items in the array seperated by a single space
* task
: DisplayIntArray
: use a suitable looping structure to send each
item to the screen.
* hint
: use the format specifier d2 to obtain the leading zero
* YOU MUST USE A FOR loop
/* Question 3a (
* write a method with the following specification
* name
* arguments: int representing the number of items to generate
: GenerateIntArray
i.e. the size of the resulting array
returns : int array
* display : nothing
* task
: 1) create the random object to generate random numbers
2) declare and allocate storage for the array
3) using a suitable looping structure get a random value
and assign it the element of the array
use random. Next (100) to obtain a random int
4) return the array
/* The driver for question 3 (
1) call GenerateIntarray with argument 30 and assign the
returned value to a suitable variable
* 2) Use DisplayIntArray to print the above stored value
• 3) Print an empty line
* 4) Use DisplayMultiplesofThree to print only the even items in the
ENG
5:11 PM
above stored value
Friday
*/
static void DemoQuestion3()
2021-12-17
Ln 5, Col 12
100%
Windows (CRLFX
UTF-8 with BOM
H Q O i
Transcribed Image Text:"final exam comp 100.txt - Notepad File Edit Format View Help /* Question 3b • write a method with the following specification * name * arguments: array of int * returns : nothing * display : all the items in the array seperated by a single space * task : DisplayIntArray : use a suitable looping structure to send each item to the screen. * hint : use the format specifier d2 to obtain the leading zero * YOU MUST USE A FOR loop /* Question 3a ( * write a method with the following specification * name * arguments: int representing the number of items to generate : GenerateIntArray i.e. the size of the resulting array returns : int array * display : nothing * task : 1) create the random object to generate random numbers 2) declare and allocate storage for the array 3) using a suitable looping structure get a random value and assign it the element of the array use random. Next (100) to obtain a random int 4) return the array /* The driver for question 3 ( 1) call GenerateIntarray with argument 30 and assign the returned value to a suitable variable * 2) Use DisplayIntArray to print the above stored value • 3) Print an empty line * 4) Use DisplayMultiplesofThree to print only the even items in the ENG 5:11 PM above stored value Friday */ static void DemoQuestion3() 2021-12-17 Ln 5, Col 12 100% Windows (CRLFX UTF-8 with BOM H Q O i
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Program on Numbers
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning