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

You are given a string containing ten digits, write a program to print these digits in a human readable format.



There are some rules to how to read a number,



1. Divide the ten digit number into set of four-three-three digits



2.use the following prefixes for consecutive digits



# Single numbers just read them seperately



# 2 successive numbers use double



# 3 successive numbers use triple



# 4 successive numbers use quadruple


2 Provide a list of devices, network components and software need to design a network for above scenario and justify your selection. 


Count the Trail

by CodeChum Admin

Help, I'm lost!


I usually find my way around here but I somehow lost my glasses along the way. I can easily get back home as long as I can tell how many zeroes I left in my trail. Would you mind telling me how many zeroes are trailing?


Note: Trailing zeroes are the zeroes found at the right side of a number.

Input


1. The number to be evaluated


Constraints

This can only be a positive integer.

Output

The first line will contain a message prompt to input the number to be evaluated.

The second line will contain the number of trailing zeroes.

Enter·the·number:·24100
Trailing·zeroes·=·2

"Even" Now

by CodeChum Admin

I'm really fond of even numbers, you know? That's why I'll be letting you make another even number problem yet again. This time, you need to print from a range of two inputted numbers, n1 and n2 (inclusive), all the even numbers from n2 down to n1, in descending order.


Input


1. Value of n1


Description

The first integer of the range

Constraints

The value of n1 is guaranteed to be lesser than or equal to n2.

Sample

3

1,2,3,...what?

by CodeChum Admin

I’m Dr. Frankenstein, and I’ve just created an intelligent monster! It can even count numbers now but the problem is, it can only count up to 3, so maybe it isn’t so intelligent after all. I want to use my creation to terrorize the villages but it keeps malfunctioning when it sees a digit that is greater than 3 so the villagers just put up signs of digits greater than 3. Make a program that is able to recognize digits greater than 3 so that it can avoid it or I'll have my monster terrorize YOU instead!


Input


1. Integer n


Description

The integer to be processed.

Constraints

0 <= n <= 2147483647

Sample

45

Peter is making a new dictionary




Input:42




Output:AP

5. Count the Trail

by CodeChum Admin

Help, I'm lost!


I usually find my way around here but I somehow lost my glasses along the way. I can easily get back home as long as I can tell how many zeroes I left in my trail. Would you mind telling me how many zeroes are trailing?


Note: Trailing zeroes are the zeroes found at the right side of a number.

Input


1. The number to be evaluated


Constraints

This can only be a positive integer.

Output


The first line will contain a message prompt to input the number to be evaluated.

The second line will contain the number of trailing zeroes.


4. Continuous Inputs


by CodeChum Admin



Write a program that will keep asking the user to input integers until he inputs -1, or the sum of all inputs have reached or exceeded 2000. When the sum has exceeded 499, print "You're off to a good start!". When the sum exceeds 999, print "You're halfway through!". Finally, when the sum exceeds 1499, print "You're almost there!".





If the program ended because of an input of -1, print "Program was terminated. Your total sales are: " and then the actual value of the total sales. Otherwise, print "Congratulations! Your total sales are: "


Ram challenges Anil to a game he decides to give a target word w to Anil .the rules of the game are very simple ram gives Anil n sentence one by one and asks Anil to print the first sentence which contains the given word w. If the sentence numbering starts from 1, can you identify the first sentence. Number containing the word W?

reorder the string.eren wants to modify a string.the string can contain only positive integers.he wants to change the string in such a way that the smaller numbers should appear before the bigger numbers.given a string write a program to help eren to modify the string

LATEST TUTORIALS
APPROVED BY CLIENTS