Questions: 1 835

Answers by our Experts: 1 539

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 & Filtering

Michael is a software developer in FIT technologies. He wants to add a currency converter in the
application for the convenience of international customers. Help Michael in creating the currency
converter in c#.
FlyHigh Airlines allows each passenger to carry limited amount of luggage per ticket. The
maximum amount of luggage that can be carried by a passenger depends on the class in which
the passenger is travelling. The following table lists the maximum amount of luggage allowed for
each class.
If a passenger carries luggage above the maximum amount permissible for the class in which
he/she is travelling in, the passenger is levied an additional cost at the rate of $2/additional KG.
Currently, this cost is calculated manually, which is a time consuming process. Therefore, the
management of FlyHigh Airlines has asked SoftSols Inc. to create an application that accepts the
total weight of a luggage carried by a passenger, checks whether it is more than the maximum
amount allowed for the passenger's class of travel, and then calculates the additional cost that
needs to be levied on the passenger. In addition, SoftSols Inc. needs to ensure that the application
is able to handle the weight of luggage in whole numbers as
Elina has started developing the application. She needs to ensure that the application meets the
following requirements:
When the application executes for the first time, it should perform the following tasks:
Display a message to the user to specify the path of the file in which the customer details are to
be stored.
Create the customer details file at the user-defined location.
Create a configuration file and store the path of the customer details file in the configuration file.
This configuration file needs to be used by the application to retrieve the location of the customer
details file.
The user should be able to save data to the customer details file. Write the code that Elina
should use to save data to the customer details file.
The user should be able to view the data stored in the customer details file. Write the code that
Elina should use to read the data stored in the customer details file and display it to the user.
Okay so I have to make a form application where I type something into the textbox, and it can be as long as the typer wants it to be. Then when I press a button, the typed letters, whether 100 or 1000, splits into sections of 50 and prints on separate lines in another textbox. I need the answer ASAP please. Thank you so so so much.




1.
2.
Pete is the Chief Executive Officer (CEO) of FlyHigh Airlines. Over the years, the organization has
expanded its operations to several countries around the world. This has led to a massive growth in
the number of day-to-day transactions that the organization needs to manage, such as ticket
booking, flight planning, and aircraft maintenance.
However, the existing software that the organization uses, to manage its operations, is incapable
of scaling up to the increased operational loads. In addition, the software does not have any
provision for the management of new facilities that the organization has introduced for its
passengers, such as booking of e-tickets. This is hampering the efficiency of the organization.
Therefore, Pete decides to revamp the existing software to enable it to:
Scale up to the increased operational needs of the organization.
Support new features such as booking of e-tickets.
Pete contacts SoftSols Inc., a software development organization, to revamp the software. The
soft
Write a c# program that displays the number of days in a month.the program should also determine whether a year is a leap year or not.
BS Bank Inc wants to add some additional features in the application. The company asks FIT
technologies for the following additions: [15 Marks]
? BS Bank Inc. needs to add modules to provide the following services:
a. Online share and mutual funds trading
b. General insurance for health, car, and travel [10 Marks]
BS Bank Inc. should be able to provide other services like bill payments, mobile recharge. [5
Marks] [Use static variables and static function to implement this.]
Develop a Console Application that grades a multiple choice test with 10 questions taken by 8 students. The applications finds each student’s letter grade based on that test, and then displays: (i) a table listing names, scores and grade for all students, (ii) median of the test scores, and (iii) a histogram showing the number of students who got A, B, C, D, or F, etc. on the screen.
Suppose the student’s names, their answers to the questions, the answer key and the score for each question are as given below.
Student’s Answers to the Questions
Jack A B A C C D E E A D
John D B A B C A E E A D
Jill E D D A C B E E A D
Mary C B A E D C E E A D
Peter A B D C C D E E A D
Bob B B E C C D E E A D
Nancy B B A C C D E E A D
Pat E B E C C D E E A D
Key D B D C C D A E A D
Score 2 2 5 3 3 4 4 4 6 7
My development PC's LCD size is 17-inch. I develop application which fits to my LCD. Every controls is placed at proper place and whole screen area is used.

Problem is that end-users of this application has different screen size i.e. 17, 19, 21, 15 and e.t.c.


End-users (having screen size greater than 17) demanded to use all screen area by spreading controls and increasing size of controls

while end-users (having screen size less than 17) demanded that application form should be fit on screen instead of scroll bars.

Please guide and share usefull links if any. I don't want to write separate code for all end-users due to only screen size.
A doctor is good only if the doctor satisfies the following conditions:
1. He is a ï ¿ ½Cardiologistï ¿ ½ (but see next conditon)
2. If he is not a "Cardiologist", he must be working with ï ¿ ½Apollo Hospitalï ¿ ½ and have his own nursing home.
3. if he has a nursing home, he should charge between Rs. 300 to 500 as consultancy charges, and Rs. 450 otherwise.
4. If he is working with "Kailash Hospital", he should not work at "Fortis Hospital" and he should not have his own nursing home.
5. If he does not go to any hospitals, he must have his own nursing home.
Write a method:
boolean isGoodDoctor(String specialization, String[] hospital, int fees, boolean haveNursingHome)
specialization Specialization done by the doctor (say “Neurologist”, or “Gynecologist”), can be null if the doctor is only MBBS.
hospital String array containing hospital names where the doctor holds checkup sessions, can be null if he does not go to any hospital.
fees This parameter defines the fees this doctor charges
LATEST TUTORIALS
APPROVED BY CLIENTS