Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746)
What is property classification?
A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?
What is the latest c++ version?
What is input operator in c++?
Compare the similarities and differences among Sockets, DCOM, OLE Enterprise?
How long will it take to learn php?
Explain the advantages of using friend classes.
any drawback are there in mantis?
Difference between javascript ajax request vs jquery $.ajax?
What is python mapping?
Does Delphi have an equivalent to the Visual Basic SendKeys function?
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
What is type conversion in python?
Difference of Console, web & windows applications?
Write a program to show polymorphism in C++?