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

 Big-Sightedness

by CodeChum Admin

I got my grandmother a new phone because I thought that we could talk more everyday by texting. Well, let’s just say that my grandma’s eyes aren’t the best anymore so she can’t really see what I text her and because of that she wants to ditch texting and stick with carrier pigeons. You know how embarrassing it is for a kid like me to be seen using carrier pigeons?!?! Well, anyway, I was hoping that you could make a program that takes my text and make it bigger, a LOT bigger. How about you test it out by only using the letters A, B, and C first.


Input


1. My text


Description

This is a string with characters A, B, and C.

Constraints

It is guaranteed that all letters are in uppercase.

Output

The first line will contain a message prompt to input my text.

The succeeding lines will contain the enlarged text.

Enter·my·text:·ABC

***·**··***
*·*·*·*·*
***·**··*
*·*·*·*·*
*·*·**··***

Write a C++ program segment to assign data to members of a STRUCTURE called EMPLOYEE having name, age and salary then display it.


Write a program to create an expression tree for a entered (by the user) postfix expression and traverse the tree to check the correctness.


What are the 3 type of output for the project

Describe the function of the following statements as used in vba


1. Sheets ("sheets"). Range (A1")=me .T1.value


2. Exit button

Outline 4 traits of an effective software project management

The GCD


by CodeChum Admin



The greatest common divisor, also known as GCD, is the greatest number that will, without a remainder, fully divide a pair of integers.





Now, I want you to make a program that will accept two integers and with the use of loops, print out their GCD. Make good use of conditional statements as well.



Off you go!



Input



A line containing two integers separated by a space.



6·9


Output



A line containing an integer.



3

Create C++ full program that calculates a factorial (!) of any number between 3 and 9; the

program should give feedback to the user if the number is less than 3(error number is less than3), the program should also give feedback if the number is greater than 9; you can use either the

case or else statement also while loop if applicable


The Positive Ones


by CodeChum Admin



There are different kinds of numbers, but among them all, the most commonly used numbers in our daily lives are those positive ones. So, I only want you to count all the positive numbers from the 4 outputted values and print out the result.





Go and search for the positive ones among these four!



Input



A line containing four numbers (may contain decimal places) separated by a space.



2·-4·3.6·1


Output



A line containing an integer.



3

Placement session begins code by using array and integer in java plz help


Input an integer n which denotes the no of students present



LATEST TUTORIALS
APPROVED BY CLIENTS