Okeh, So it basically helps you find answers for you homework and stuff and you can also answer people questions too and get points. You can get brainliest answer too. You can answer fake questions too but then you can be reported and the will delete your account
Answer:
Payment Card Industry Data Standard(PCI DSS).
Explanation:
The online payment acceptance through credit cards is governed by the Payment Card Industry Data Standard (PCI DSS) and it also includes the provisions that shoulde be implemented by gwen's company before accepting any transaction through credit cards.
Answer:
A lot is wrong with the program given in the question. See the corrected version below:
<em>public class ANot {</em>
<em> public static void main(String[] args) {</em>
<em> int a, b, c;</em>
<em> //Three integers</em>
<em> a = 3; b = 4; c = a + b;</em>
<em> System.out.println("The value of c is " + c);</em>
<em> }</em>
<em>}</em>
Explanation:
Errors:
1. The main method had a semi colon after it. This is wrong
2. An open brace was supposed to follow the main method
3. The declaration of the variables was supposed to end with a semi colon
4. the correct comment style is // and not \\
5. Initialization of variables was supposed to end with semi colons
6. The output statement had C and not c which is the declared and initialized variable..Java is strictly typed
7. Open and closing braces for the class and method wrongly placed
What does expanding a number really mean? When we expand a number, we are showing the value of each digit in that number. For example, the number 521 has a total of 500 + 20 + 1. This number has been written in its expanded form by showing the value of each digit.
In the case of a decimal number above 32.043, we will write each number according to its place value. This will be done by multiplying each digit by its place value and then adding them together. In this case, 32.043 in its expanded form will be;
(3×10) + (2×1) + (0× 1/1000) + (4×1/100) + (3×1/10)
(30)+ (2) + (0.0) + (0.04) + (0.003)