Answer:
//check which string is greater
if(strcmp(name1,name2)>0)
//assign name1 to first, if the
//name1 is greater than name2
first=name1;
else
//assign name2 to first, if the
//name2 is greater than name1
first=name2;
5)
//compare name1 and name2
if(strcmp(name1,name2)>0)
//compare name1 and name3
if(strcmp(name1,name3)>0)
//assign name1 to max, becuase
//name1 is greater than name2 and name3
max=name1;
Explanation:
D I,II and III is the answer i think
Answer:
The correct answer for the given question is Integer.parseInt( string variable );
Explanation:
Integer.parseInt( string variable ); is the method in a java programming language that convert the string into the integer value. It takes a string variable and converted into the integer.
Following are the program in java which convert the string value into an integer value.
class Main
{
public static void main(String []args) // main function
{
String str1 = "10009";
// variable declaration
int k = Integer.parseInt(str1);
// convert the string into integer.
System.out.println("Converted into Int:" + k);
}
}
Output:
Converted into Int:10009
Convert.toInt( stringVariable );
Convert.parseInt( stringVariable,Integer.toInt( stringVariable ); are not any method to convert the string into integer .
Therefore the correct answer is :Integer.parseInt( stringVariable );
This issue will happen mostly if cellular network will not be down, or suppose if cellular network is down mostly, or it will be rainy or a current cutoff issue might be occurred.
<u>Explanation:</u>
The following step to be made for trouble shoot his phone when cellular network is down.
1. Restart the mobile:- After restarting kindly check mobile connectivity.
2. Check for mobile air plane mobile and make sure the mobile phone is not in air plane mode.
3. Check the income and outgoing vapidity.
4. Switch off the mobile, Remove service provider sim card from mobile and reinsert the sim card and start the mobile.
5. Still connectivity problem, either contact the service provider or replace with new sim card.
A window is a rectangular work area in the desk top that contains a program, text, files, it other data and tools.
Hope this helps!