2. Counting in Lojban, an artificial language developed
over the last fourty years, is easier than in most languages
The numbers from zero to nine are:
0 no
1 pa
2 re
3 ci
4 vo
5 mk
6 xa
7 ze
8 bi
9 so
Larger numbers are created by gluing the digit togather.
For Examle 123 is pareci
Write a program that reads in a lojban string(representing
a no less than or equal to 1,000,000) and output it in
numbers.
Answer Posted / simi
In java We can do the same as
int getIntValueForString(Stirng str){
if("AB".equals(str))return 0;
.
.
.
.
.
if("rs".equals(str))return 9;
}
public static void main(Stirng [args]){
//get the String as an input from the user
//Call the method to get the int
String intValue = getIntValueForLojbanString(inputString , 0);
}
Stirng getIntValueForLojbanString(String inputString ,
String Value){
int i=0;
String intValue = new intvalue();
if(inputString != null || inputString.length()==0) return
intValue;
else
{
if(Value !=null)
intValue= Value +
getIntValueForString(inputString.chatAt[i]+inputString.chatAt[i+1]).toString();
else
intValue =
getIntValueForString(inputString.chatAt[i]+inputString.chatAt[i+1]).toString();
if(inputString.length()>2)
getIntValueForLojbanString(inputString.subString(i+3) ,
intValue);}
}
}
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Do you know the purpose of 'register' keyword?
What is the difference between functions getch() and getche()?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What does c mean?
When should structures be passed by values or by references?
What is a far pointer in c?
What is a double c?
Tell me with an example the self-referential structure?
Write a program to implement queue.
Explain #pragma statements.
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is context in c?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What is a dynamic array in c?
Write a progarm to find the length of string using switch case?