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

Write a program to take input for n number of doctor records and write records of all cardiologists in a file named: “record1”. Also write records of all those doctors in another file named: “record2” who are taking salary more than INR 80,000. After writing records in both files, merge their contents in another file: “finalrecord” and read all records of “finalrecord” file and display on screen. [Attributes of doctor: doc_id, doc_name, doc_specialization, doc_salary]



Define two classes Fahrenheit and celsius to represent temperature in Fahrenheit and celsius respectively.Use conversion function to convert from one system to the other


Is It You, Cody?


by CodeChum Admin



Can you identify if Cody's name is spelled right? If so, then make a program that accepts four one-letter strings separated by space and print "Correct" if the inputted strings, combined in order, spell the name Cody correctly. If not, print "Wrong". It doesn't matter if it's in uppercase or lowercase, as long as it's spelled correctly, it's considered correct.

imagine a publishing company that markets both book and audiocassette versions of its works. create a publication that stores title (a string) and price (type int) of a publication. From this class derive two classes book which adds page count (type int) and author (a string) and tape which adds a playing time in minutes (type float) each of these three class should have getdata function to get its data from user at keyboard and putdata function to display its data . write a main() program to test the book and tape classes by creating instances of them asking user to fill in data with getdata and then displaying the data with putdata function. you have to get data of two different book and tape and write a completedata() where have to show the costly book and lengthy tape


you want tobuy a particular stock at its loerest price andsell it later at its highest price,since the stock market is unpredictable,yousteal the price plans of a company for this stockfor the next N days.

Find the best price you can get to buy this stock to achieve maximum profit.

Note:The initial price of the stock is 0. 


Diana proposed a algorithm for parsing complex mathematical expressions specified in a infix notation.

 An infix notation is one where an operator is present between two operands e.g(2).T

his algorithm is also used in compiler creation in the parsing phase to generate astract syntax tree and postfix notations.

The algorithm also involves parsing expressions including parentheses and power operations The algorithm is basically,stack ased.


Create a program that will overload a function four (4) times. The function takes a single parameter but each parameter is different in each function.


The learner is expected to write algorithms/pseudocode for the data structure on search and sort operations


Instructions

  1. Write algorithms/pseudocode on:
  • LinearSearch
  • BinarySearch
  • BubbleSort
  • QuickSort
  1. The boilerplate provides separate .md file for each operation to be performed
  2. After the algorithm/pseudocode ends, provide the time complexity for each of them
  3. Also, mention the C# (.NET) framework collections that use the respective algorithms
  4. Refer to learning videos provided in StackBooks on these topics

Design a simple logic circuit that operates a microwave. your solution must include truth tables, logic equations and logic circui


A mathematics question paper has certain number of question and each question is assigned some random maximum mark. Mr. Myers want to edit the marks assigned to the question such that 1. all quest in the paper should have distinct maximum marks. 2. the total marks of all the question should be as low as possible. Mr. Myer wants to achieve this by making minimal changes in the original format, assigning the question at least as much marks as it originally had. Find the minimum total marks that he can set the paper for. 


LATEST TUTORIALS
APPROVED BY CLIENTS