Consider the int Array below and determine the values of A and B so that Array[0] has an integer in the range [-23, 71] Array[0] = A + rand () % B; O a.A A = -23 , B = 95 A = -24 , B = 95

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter6: Arrays
Section: Chapter Questions
Problem 17RQ
icon
Related questions
Question
Consider the int Array below and determine the values of A and B so that Array[0] has an integer in the range [-23, 71]
Array[0] = A + rand () % B;
O a. A = -23 , B = 95
O b.A = -24, B = 95
O c.A = -22 , B = 94
O d.A = -23 , B = 96
O e A = -23 , B = 94
«< Quest
Transcribed Image Text:Consider the int Array below and determine the values of A and B so that Array[0] has an integer in the range [-23, 71] Array[0] = A + rand () % B; O a. A = -23 , B = 95 O b.A = -24, B = 95 O c.A = -22 , B = 94 O d.A = -23 , B = 96 O e A = -23 , B = 94 «< Quest
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Arrays
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 Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage