C# Answers

Questions answered by Experts: 1 362

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search

create a GUI tool for Cyclomatic complexity using any language


Create a class Int based on Q 1 . Overload four integer arithmetic operators (+, -, *, and /) so that they operate on objects of type Int. If the result of any such arithmetic operation exceeds the normal range of ints


Create a program to generate student attendance record in which teacher mark absent or present of each student and student have capability to see their attendance record of their each subjects.

Note: Your work must be done on console application.


TASK # 01: Write an efficient program that, given a color board (provided below), user has to fill up the color board with red ‘r’, green ‘g’ or blue ‘b’. you have to make sure that no color is repeated on connected positions. Ask user for the positions one by one for color filling. If the color filling is appropriate then increase the score, if it conflicts then decrease the score.

Your program should ask the user to enter his or her name before starting the game and show the score at the end. There should be a list of top 10 highest scorer and should be updated after every game. You have to:

·      Show the top scorer list on start of the game

·      Show the score and remaining tries after each try

·      Show the color board, total score and the rank of the user at the end of the game

In the following color board, a ‘0’ indicates not included position, an empty position indicates the place you have to fill colors on.


Write an efficient program that, given a color board (provided below), user has to fill up the color board with red ‘r’, green ‘g’ or blue ‘b’. you have to make sure that no color is repeated on connected positions. Ask user for the positions one by one for color filling. If the color filling is appropriate then increase the score, if it conflicts then decrease the score.

Your program should ask the user to enter his or her name before starting the game and show the score at the end. There should be a list of top 10 highest scorer and should be updated after every game. You have to:

·      Show the top scorer list on start of the game

·      Show the score and remaining tries after each try

·      Show the color board, total score and the rank of the user at the end of the game

In the following color board, a ‘0’ indicates not included position, an empty position indicates the place you have to fill colors on.



Write an efficient program that, given a color board (provided below), user has to fill up the color board with red ‘r’, green ‘g’ or blue ‘b’. you have to make sure that no color is repeated on connected positions. Ask user for the positions one by one for color filling. If the color filling is appropriate then increase the score, if it conflicts then decrease the score. 

Your program should ask the user to enter his or her name before starting the game and show the score at the end. There should be a list of top 10 highest scorer and should be updated after every game. You have to:

  • Show the top scorer list on start of the game 
  • Show the score and remaining tries after each try
  • Show the color board, total score and the rank of the user at the end of the game

In the following color board, a ‘0’ indicates not included position, an empty position indicates the place you have to fill colors on.



HPC handles three types of employees: doctors, paramedical staff and receptionists. The
system needs to record their details; which for all staff includes a four-digit employee number,
their name, address, gender, contact number and qualification. Doctors must be qualified; the
system will store their highest medical qualification, date of degree awarded and their Pakistan
Medical Council registration number. For lab assistant, the system will need to store
experience, and for receptionists, the system will store duty hours.
National Health Center wants to computerize its patient and employee records system named
HealthPlus (HPC). A patient must register as outdoor and indoor patient and the system needs
to store their name, address and mobile number and date of admission in case of indoor
patients and name, address and mobile number and date of birth in case of outdoor patients.
Each patient is given a unique four-digit patient number. The system will keep a count of how
many patients the HPC currently has.
how do you add a text file to the command line arguments, read it into the code and then convert it to an array
Using a pointer list, a structure of type node (contains an integer element called data,
and a pointer to a structure of type node called next_node), which has been initialized
to the address of node1, write C statements which will cycle through the list and print
out the value of each nodes data field.
LATEST TUTORIALS
APPROVED BY CLIENTS