Answer:
Integer.parseInt( stringVariable );
Explanation:
This function is used to convert the string into integer in java .Following are the program that convert the string into integer in java .
public class Main
{
public static void main(String[] args) // main method
{
String num = "1056"; // string variable
int res = Integer.parseInt(num); //convert into integer
System.out.println(res); // display result
}
}
Output:1056
Therefore the correct answer is:Integer.parseInt( stringVariable );
Answer:
HTML is a significant tool for building up a site. It is a programming language used to describe the structure of information on a web page.
Explanation:
D, To communicate with a computer through a device or program :)
When entering a function or formula in a cell, which of the first character you must type =