Questions: 11 448

Answers by our Experts: 10 707

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 print out the Ascii Code in a table



Write a program to print out your full name and the corresponding ASCII code of your full name

Determine the weeks earnings for an employee from the hourly paid rate and hours worths for the rate.report the gross earnings(including overtime earnings) for the week.

Write a program to:

  1. Store the following message into a string (DO include periods!):
  2. I am the door of the sheep. All who came before me are thieves and robbers, I am the door.
  3. Insert the following message after the comma in the string.
  4. but the sheep did not listen to them.
  5. Output the string to the screen with a new line at the end.
  6. Replace the following words in the string.
  7. a. “I” and "me" with “Jesus”
  8. b. “am” with “is”
  9. Note: Make sure you only replace the word “ am“ and not the letters “am" that might appear in that sequence in another word
  10. Output the string with a new line at the end.

The final output should be as follows:

Jesus is the door of the sheep. All who came before Jesus are thieves and robbers, but the sheep did not listen to them. Jesus is the door.

you should read this question if you change is given as ai based bankers write a c++ program that asks you to write a modular solution that will only accept an integer value of trains between 5 to 9 55 i was lotion should ensure that input value are in multiples of 5 based upon your input you should calculate it how many coins of each solution could be a statement and display the its uses. coin value 50, 20, 10, 5. the solutions of each coin should aim to give as much as higher value coin as possible


Sample Run:

      Welcome to CS127 Mart!

Item Codes Description      Price

100   Sweet 'n Ripe Grapes 125.35

101     Crunchy Apples  52.20

109     Green Peas      25.75

Enter Code: 100 

  Sweet 'n Ripe Grapes 125.35 Qty: 2

  Subtotal: 250.70

Enter Code: 101

  Crunchy Apples 52.20 Qty: 1

  Subtotal: 52.20

Total Due: 302.90

Cash:   1000.00

Change:  697.10

Another Transaction? <Y/N> N

Your change is Six hundred ninety-seven and ten centavos.



The input consists of an integer application ID representing the numeric application ID of the student

which of the following is not primitive data-type?


You work in a printing office that the machine there can print documents in different colors. It gets an integer number between 1 to 7 and prints the documents in rainbow colors, as shown in the following table:

Number Matched Color

1 Violet

2 Indigo

3 Blue

4 Green

5 Yellow

6 Orange

7 Red


Design an algorithm and write a C++ program to do the following:

  • Prompt user to enter a number between 1 and 7
  • Use selection structure such as if-else or switch to find the color based on the previous table
  • Output the color related to input number. See the sample output.
  • Save the output in a file named “color.txt”.

Sample Run

Enter a number between 1 and 7: 2

You have selected number 2 which is orange.


Output File "color.txt"

You have selected number 2 which is orange.

Here are the numbers and match colors:

1 ------- Violet

2 ------- Indigo

3 ------- Blue

4 ------- Green

5 ------- Yellow

6 ------- Orange

7 ------- Red

                    


 need to write a dynamic program for solving the following problem.

 

1) input is two strings (sequences)

2) need to find longest non-consecutive common subsequence ( let us call it light common subsequence)

3) the sequences need to be read from left to right

4) the letters need not be alternating strictly but should not be consecutive

 

examples:

 

examples: - problem: 1 

correct_answer: 5 

s: "czdslvrqrutcalisavrieb" 

t: "fzprthfmovdtrijrxntc" 

- problem: 2 

correct_answer: 6

 s: "olfxisnyrwxereydrqgftyxpvuxnwp" 

t: "xkmnloaorrawywiubyregf" 

- problem: 3

 correct_answer: 4 

s: "xllmkgfnsyyxtlisthxiyjqryhulp" 

t: "yncwgapjocazejndvqrigphmtxkf"



You work in a printing office that the machine there can print documents in different colors. It gets an integer number between 1 to 7 and prints the documents in rainbow colors, as shown in the following table:

Number Matched Color

1 ----- red

2 ----- orange

3 ----- yellow

4 ----- green

5 ----- blue

6 ----- indigo

7 ----- violet

Design an algorithm and write a C++ program to do the following:

  • Prompt user to enter a number between 1 and 7
  • Use selection structure such as if-else or switch to find the color based on the previous table
  • Output the color related to input number. See the sample output.
  • Save the output in a file named “color.txt”.
LATEST TUTORIALS
APPROVED BY CLIENTS