It kind of depends on the intended language, but I can see the following mistakes:
- lines not terminated with a semicolon (but not all languages require this)
- while statement missing parenthesis, ie., while (num1 <= num2), also not required in all languages
- statements below the while statement must be grouped by curly braces
- num1+5 should be num1=num1+5 or num1 += 5
Output will be:
10
15
20
25
30
Answer: According to McCall's quality model , the three important factors for the aspect of a software product are:-
- Product Revision
- Product Operation
- Product Transition
Explanation:
Product Revision:-these are the factors which includes the maintenance, flexibility and testing of a software .
Product Operation:-these include the factors like checking the correctness, usability, reliability, efficiency and Integrity of software to maintain its quality
Product Transition:- these are the qualities that define the portability, interoperability and whether the software can be reused or not .
Answer:
D. 80
Explanation:
By default, the port number for a web server is 80.
I belive the correct answer would be binary code because computers see the coding as 00100001
Literally just do a colon and parenthesis :(
:( :-(