As one of the state universities in North Sumatra, Medan State Polytechnic is currently a vocational education center that focuses on the development of human resource capabilities and a global vision to participate and increase the gross enrollment ratio in education Indonesia.Politeknik Medan District is also actively involved in a variety of applied research. Additionally Medan State Polytechnic lecturers also participate in various community service activities as a sense of social responsibility. In addition, in order to develop the network, Medan State Polytechnic has also initiated cooperation with various parties, both regional and international
Selasa, 08 Oktober 2013
Task 1 Make an example Pseudocode
Create the pseudocode to accept item name, price, and quantity. You need to calculate values as the product of price and quantity, and display the calculated!
Answer:
accept name;
display"input quantity";
accept quantity;
display"input price";
accept price;
Answer:
begin
string name;
byte quantity;
float price, value;display"input name of product";
accept name;
display"input quantity";
accept quantity;
display"input price";
accept price;
value = quantity*price;
display value;
end
Langganan:
Postingan (Atom)