05/21/21
computer science
Consider the following structure definition and solve the following problems. typedef struct { int phoneID; // unique ID will start from 1 up to N. char phoneName[50]; int price; int ramMemory;...
more
05/20/21
2D Array Question
There is a 2D-rectangular MxN Terrain. On each square of the terrain, there may or may not be some gold and a Monster. Each monster has a name and damage (a numeric value between 1- 10). Some...
more
05/20/21
Your program should use Zeller's rule to output the day of the week any date occurred and for each weekday, output a proverb, fortune, piece of wisdom, etc....
I have everything but just need the fortunes. For example, "Tuesday's child is full of grace.".Please help me add them to my code.Here is the code:using System;class dttimeex57{ static void...
more
05/20/21
computer engineering
Write a function to output patient information that are stored in a file. One of the parameters of the function must be no. of patients to output and another one the name of the file where the...
more
05/19/21
question about input and output.
Write a function to output patient information that are stored in a file and Write a function to input patient information and store it in a file is there any difference and what does it mean?
05/19/21
computer science
Write a program that will read 3 Laptop’s information from the user and save it in a file named “laptopInfo.txt”.
05/19/21
computer science
Write a function to output patient information that are stored in a file. One of the parameters of the function must be no. of patients to output and another one the name of the file where the...
more
05/19/21
computer science
Write a function to input patient information and store it in a file. One of the parameters of the function must be no. of patients to input and another one the name of the file to store the...
more
05/19/21
computer science
Design a structure that keeps basic patient information. Think about what type of information may be needed about them so that the work of doctors will be easy. Hospital can accommodate maximum 100...
more
05/18/21
computer science
Write a program that will read names, ids, dept names, and cgpa of some students from a file and will show the results. Consider that the name of the file is ‘input.csv’. It is just a text file...
more
05/18/21
computer science
Define a structure named Gamer which will have the following elements: Number_of_ favorite_games (int), List_of_favorite_games (2D string). Now declare a structure array of Gamer for 5 gamers and...
more
05/18/21
computer science
Write a function to output patient information that are stored in a file. One of the parameters of the function must be no. of patients to output and another one the name of the file where the...
more
05/18/21
computer science
Write a function to input patient information and store it in a file. One of the parameters of the function must be no. of patients to input and another one the name of the file to store the...
more
05/18/21
computer science
Design a structure that keeps basic patient information. Think about what type of information may be needed about them so that the work of doctors will be easy. Hospital can accommodate maximum 100...
more
05/18/21
Row Sums. Write code for the function printRowSums.
Write code for the function printRowSums. It should print the sum of each row of the matrix (put a single space after each sum).For the matrix shown here:
1 2 3 4 5
6 7 8 9 10
You should print "15...
more
05/18/21
need help with python project
this is all my professor gave me and I don't know what to do Write a class called Counter. The class has the variables:
self.count - Keeps track of the current count.
self.initial_count -...
more
05/17/21
Row sums. Write code for the function printRowSums.
Write code for the function printRowSums. It should print the sum of each row of the matrix (put a single space after each sum).For the matrix shown here:
1 2 3 4 5
6 7 8 9 10
You should print "15...
more
05/17/21
Transpose. Write code for the function transpose.
Write code for the function transpose. It should take the matrix given and produce the transpose by swapping rows and columns.For the matrix shown here:
1 2 3
4 5 6
7 8 9
Your code should...
more
05/17/21
Row Sums. Write code for the function printRowSums.
Write code for the function printRowSums. It should print the sum of each row of the matrix (put a single space after each sum).For the matrix shown here:
1 2 3 4 5
6 7 8 9 10
You should print "15...
more
Please help. I am now tired
You and your friend live 7 miles apart. She says that it is -7 miles from her house to your house and miles from your house to her house. What is the error in this argument? Explain how you would...
more
05/16/21
Create a program should use Zeller's rule to output the day of the week any date occurred and for each weekday, output a proverb, fortune, piece of wisdom, etc.
The program should use Zeller's rule to output the day of the week any date occurred and for each weekday, output a proverb, fortune, piece of wisdom, etc...For example, September 4, 1984, was a...
more
05/15/21
Dictonary_Assignment
1. Give three examples of real-world objects that behave like a dictionary.2. Assume that the variable data refers to the dictionary {“b”:20, “a”:35}. Write the values of the following...
more
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.