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

Create a python program of this output.


Output:

Enter your First name: Curry

Enter your Middle name: Klay

Enter your Last name: Ramos

Is it am or pm?: am

Good morning, Curry Klay Ramos! Have a great day ahead.

Do you want to try again?: Y

Enter your First name: Curry

Enter your Middle name: Klay

Enter your Last name: Ramos

Is it am or pm?: pm

Good night, Curry Klay Ramos! You deserve to take some rest.

Do you want to try again?: Y

Thank you!


Write a program to store 15 numbers in an array. Then display all negative numbers in ascending order using bubble sorting.


Write a program to store 15 numbers in an array. Then display all two digits number in ascending order using bubble sorting and also display how many such numbers found.


Given an input string s and a pattern p, implement regular expression matching with support for '.' and '*' where:



'.' Matches any single character.​​​​


'*' Matches zero or more of the preceding element.


The matching should cover the entire input string (not partial).

1.      Analyze and debug the following program then display the output.

 

 

A.

#include <iostream>

using namespace std:

 

int main() {

 int i = 0;

 While (i < 5) {

   cout << i << "\n";

   i++;

 }

 return 0;

}

 

 

  B. 

#include <iostream>

using namespace std;

 

int main() {

            int day = 4;

          switch (Day) {

case1:

          cout << "Monday";

          break;

          case2:

          cout << "Tuesday";

          break:

            case3:

           cout << "Wednesday";

          break:

            case4:

           cout << "Thursday";

          break:

          case5:

          cout << "Friday";

           break:

          case6:

          cout << "Saturday";

           break:

          case7:

          cout << "Sunday";

            break:

 }

            return 0;

}

create Circle and Triangle class by inheriting the Shape Class. Both the inherited classes




should override the WhoamI() method of the Shape Class.

Write a c++ program to declare classes namely Customer, Account, RBI (Base Class) and derived classes (SBI and ICICI) and do the following: 1. Take the value of bank name and interest rate from user. 2. Make function to calculate the homeloan rate HomeloanRate(SBI)= RBIRate+0.5 HomeloanRate(ICICI)= RBIRate+1.5 3. Display the rate based on bank name entered by user. (note:Make use of virtual function here)


Hotel Management System in Java




The main task for Hotel Management Project in java is ahead to see all the things whether they are running smoothly or not, this software will be capable of doing or performing following tasks:




Reservation.



Registration.



Billing/Clearance of Guest Folio.



Checkout.



This Hotel Management Project in java is developed keeping in mind the various aspects of hotels in public sector as well as in private sector. This software is intended to be developed for Deluxe Class / Super-Deluxe Class Hotels. A Comparison will be done of Deluxe Class Hotels in public sector and in private sector and then the resultant / desired software will be developed.



Keeping records of various customers that visit in the hotel.


Keeping records of various items that are served to the customers.


Keeping records of customer’s Check-in/Check-out timings.

Write a program that connects singly linked list with a doubly linked list

Create pseudocode and flowchart to find the total number of illiterate men and women from the population of town.If the percentage of men is 54 from the population,and total literacy is 80% from the population.take note that the total literate men are 30 percent of the population,then the total population is input through the keyboard.


LATEST TUTORIALS
APPROVED BY CLIENTS