subject
Computers and Technology, 06.07.2019 02:10 india73

Write a program that creates a dictionary of son-father pairs--you can use celebrities, fictional characters, whatever. your program should present the user menu with three options. the following is an example:
father finder:
0 - quit
1 - find a father
2 - find a grandfather
option 0 should end the program.
option 1 should prompt the user for the name of the son. if the dictionary contains the son-father pair, the program should display the father. otherwise, the prgram should tell the user it doesn't know who the father is.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 10:00
You need a reliable network for about twenty-five computers that will be distributed across a large building. it is important that the network be relatively cheap. which topology should you use?
Answers: 1
question
Computers and Technology, 22.06.2019 12:00
The following function returns a string of length n whose characters are all 'x'. give the order of growth (as a function of n) of the running time. recall that concatenating two strings in java takes time proportional to the sum of their lengths. public static string f(int n) { if (n == 0) return ""; if (n == 1) return "x"; return f(n/2) + f(n - n/2); } options: a) constant b) logarithmic c) linear d) linearithmic e)quadratic f)cubic g) exponential
Answers: 2
question
Computers and Technology, 22.06.2019 16:00
You have inserted new slides based on a word outline. how do you format these new slides to match the powerpoint presentation formatting? a. select all slides in the presentation and click format on the home tab. b. select the new slides and click reset on the home tab. c. select all slides in the presentation and click reset on the home tab. d. select the new slides and click format on the home tab.
Answers: 3
question
Computers and Technology, 24.06.2019 17:50
You work in the accounting department and have been using a network drive to post excel workbook files to your file server as you complete them. when you attempt to save a workbook file to the drive, you see the error message: “you do not have access to the folder ‘j: \’. see your administrator for access to this folder.” what should you do first
Answers: 2
You know the right answer?
Write a program that creates a dictionary of son-father pairs--you can use celebrities, fictional ch...
Questions
question
Biology, 02.08.2019 21:30
Questions on the website: 13722360