Subject:
Computer ScienceAuthor:
shelby98Created:
1 year agoAnswer: A*5*6;
Explanation: As we can see the question A5*6, it contains an alphabet along with integers, so the first we need to take a String type variable, suppose String s and then we can save A5*6 in it.
As when we something like A5 it directly means that we are multiplying both the values.
And the last part, according to the syntax of java we need to use a semi-colon at the end of the line, as it acts like a line terminator.
Hence the correct answer will be String s=A*5*6;
Author:
erickweaver
Rate an answer:
7