Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

Does anyone know how to make it a simple program of a digital scoring board for basketball? in c++.. BIG THANKS!

0 votes
asked Mar 6, 2018 by Justin Apilado (440 points)
edited Mar 6, 2018 by Justin Apilado
With the use of loops!

2 Answers

0 votes
answered Mar 19, 2018 by Shane Such (860 points)
"cout"ing  it
0 votes
answered Mar 23, 2018 by supervideo shanu (140 points)

loop statement allows us to execute a statement or group of statements multiple times and following is the general from of aloop statement in most of the programming languages − C++programming language provides the following type of loops to handle looping requirements.

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...