Answer:
<u><em>D. You can modify colors easily and quickly.</em></u>
Explanation:
Answer: positive = plus sign and negativie = subraction sign
Explanation:
Answer:
The program is as follows:
<em>5 INPUT A,B</em>
<em>6 PROD = A * B</em>
<em>7 PRINT PROD</em>
<em>8 TOTAL = A + B</em>
<em>9 PRINT TOTAL</em>
<em>10 DIFF = A - B</em>
<em>11 PRINT DIFF</em>
<em>12 END</em>
Explanation:
This gets input for the two numbers
<em>5 INPUT A,B</em>
This calculates the product
<em>6 PROD = A * B</em>
This prints the calculated product
<em>7 PRINT PROD</em>
This calculates the sum
<em>8 TOTAL = A + B</em>
This prints the calculated sum
<em>9 PRINT TOTAL</em>
This calculates the difference
<em>10 DIFF = A - B</em>
This prints the calculated difference
<em>11 PRINT DIFF</em>
This ends the program
<em>12 END</em>
untuk membuka file yang disimpan sebelumnya
Answer:
Agile methods is used in the software development and this methodology are used step by step iteration in return to which feedback from the clients is gained. This process does not require any external factor or function to work.
Advantages of agile methods are:
- By contentious delivery efficient software, the customer satisfaction increased.
- In this process, all the customers and developers interact with each other easily.
- Software delivered frequently increase in this process.
Disadvantage of agile methods are:
- There is greater demand of clients and developers in this mythology
- Less predictability
- Projects are easily fall off the track