- 0
help with writing code with arrays
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
- 3 replies
- 9 views
-
- 0 answers
- 3,226 views
-
- 3 answers
- 4,427 views
-
- 0 answers
- 2,371 views
-
Microsoft releases version 1.7 of Windows Template Studio
By Sszecret,
- windows
- windows template studio
- (and 6 more)
- 0 replies
- 281 views
-
Question
soccerstar206
Given the following data:
Cartoon Character Year of Creation
Bugs Bunny 1938
Homer Simpson 1987
Fred Flintstone 1960
Charlie Brown 1950
Mickey Mouse 1928
Write a program to:
Define two parallel arrays, one containing the Characters? names, and one containing the year of creation.
Write code to traverse the arrays and output each name along with the year of its creation to the List Box, lstOutput. While traversing the array, determine character is the oldest.
Then output to lstOutput, the sentence:
"The oldest character in this group is ____________________. "
The blank should contain the name of the oldest character.
Link to comment
https://www.neowin.net/forum/topic/1172793-help-with-writing-code-with-arrays/Share on other sites
4 answers to this question
Recommended Posts