Get premium membership and access questions with answers, video lessons as well as revision papers.
#include
int main()
{
int a, b;
for ( a=0; a<10; a++)
{
for (b=0; b<=a; b++)
printf("*");
printf("\n");
}
for ( a=0; a<10; a++)
{
for (int b=9; b>=a; b--)
printf("*");
printf("\n");
}
return 0;
}
anmwat answered the question on November 17, 2017 at 06:38
- With a simple analogy, explain the process of data transmission from one end of the world to the other through the internet(Solved)
With a simple analogy, explain the process of data transmission from one end of the world to the other through the internet.
Date posted: November 15, 2017. Answers (1)
- List and explain the advantages of using the intranet in the work place(Solved)
List and explain the advantages of using the intranet in the work place.
Date posted: November 15, 2017. Answers (1)
- Discuss the various search techniques used on the internet/intranet.(Solved)
Discuss the various search techniques used on the internet/intranet.
Date posted: November 15, 2017. Answers (1)
- Explain the four stages of intranet maturity (Solved)
Explain the four stages of intranet maturity
Date posted: November 15, 2017. Answers (1)
- Explain Protocol giving two (2) examples in Web design and Hosting(Solved)
Explain Protocol giving two (2) examples in Web design and Hosting.
Date posted: November 15, 2017. Answers (1)
- Write Short notes on the world wide web (WWW)(Solved)
Write Short notes on the world wide web (WWW)
Date posted: November 15, 2017. Answers (1)
- Discuss the role of the website in marketing of information services to a user community. (Solved)
Discuss the role of the website in marketing of information services to a user community.
Date posted: November 15, 2017. Answers (1)
- Outline the characteristics of fourth generation computers.(Solved)
Outline the characteristics of fourth generation computers.
Date posted: November 14, 2017. Answers (1)
- Outline the characteristics of third generation computers.
(Solved)
Outline the characteristics of third generation computers.
Date posted: November 14, 2017. Answers (1)
- Outline the characteristics of second generation computers.
(Solved)
Outline the characteristics of second generation computers.
Date posted: November 14, 2017. Answers (1)
- Outline the characteristics of first generation computers.(Solved)
Outline the characteristics of first generation computers.
Date posted: November 14, 2017. Answers (1)
- Why do we need ethics and law in computing?(Solved)
Why do we need ethics and law in computing?
Date posted: November 12, 2017. Answers (1)
- Outline the major differences between electronic commerce and traditional commerce(Solved)
Outline the major differences between electronic commerce and traditional commerce
Date posted: November 12, 2017. Answers (1)
- State motherboard slots and components(Solved)
State motherboard slots and components
Date posted: November 8, 2017. Answers (1)
- Explain the instruction cycle in depth(Solved)
Explain the instruction cycle in depth
Date posted: October 30, 2017. Answers (1)
- Define the term operating system(Solved)
Define the term operating system
Date posted: October 13, 2017. Answers (1)
- Examine FIVE factors that limits the adoption of Web services in an enterprise(Solved)
Examine FIVE factors that limits the adoption of Web services in an enterprise
Date posted: October 11, 2017. Answers (1)
- How is data structure connected to data algorithm?(Solved)
How is data structure connected to data algorithm?
Date posted: September 29, 2017. Answers (1)
- Differentiate between data abstraction and abstract data type. (Solved)
Differentiate between data abstraction and abstract data type.
Date posted: September 29, 2017. Answers (1)
- Give three examples of data items. (Solved)
Give three examples of data items.
Date posted: September 29, 2017. Answers (1)