1,4,8,13,21,30,36,45,54,63,73,?,?.
Answers were Sorted based on User's Feedback
Answer / thomas
1
1 + one (3 letters) = 4
4 + four (4 letters) = 8
8 + eight (5 letters) = 13
13 + thirteen (8 letters) = 21
21 + twenty one (9 letters) = 30
and so forth
| Is This Answer Correct ? | 80 Yes | 14 No |
Answer / sandhya.murukutla
8*2=16-3=13
8*3=24-3=21
8*5=40-4=36
8*6=48-3=45
8*7=56-2=54
8*8=64-1=63
8*9=72+1=73
8*10=80+2=82
8*11=88+3=91
8*12=96+4=100.
i dont no wheather this answer is right or wrong.any body
knows this question answer plz send email
| Is This Answer Correct ? | 4 Yes | 24 No |
diff between exptected result and requirement?
How do you construct an increment statement or decrement statement in C?
What is pass by value in c?
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
What is a file descriptor in c?
What Is The Difference Between Null And Void Pointer?
Explain can you assign a different address to an array tag?
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
Write an interactive c program that will encode or decode a line of text. To encode a line of text, proceed as follows: Convert each character, including blank spaces, to its ASCII equivalent. Generate a positive random integer. Add this integer to the ASCII equivalent of each character. The same random integer will be used for the entire line of text. Suppose that N1 represents the lowest permissible value in the ASCII code, and N2 represents the highest permissible value. If the number obtained in step 2 above exceeds N2, then subtract the largest possible multiple of N2 from this number, and add the remainder to N1. Hence the encoded number will always fall between N1 and N2, and will therefore always represent some ASCII character. Display the characters that correspond to the encoded ASCII values. The procedure is reversed when decoding a line of text. Be certain, however, that the same random number is used in decoding as was used in encoding.
1 Answers Amazon, CSJM, HCL, Microsoft, TCS, Wipro,
What does & mean in scanf?
how to write a c program to print list of fruits in alpabetical order?
Explain about the constants which help in debugging?