52.3k views
5 votes
If anyone understands C++ pls drop ur snp users !!! ​

User Tsohr
by
8.7k points

1 Answer

1 vote

The total points for each programming language are calculated by multiplying the successful completions by 10 points. The languages and points are C++ with 900 points, Python with 800 points, Java with 600 points, and JavaScript with 850 points.

To calculate the total points for each programming language, we multiply the number of successful completions by the points per completion, which is 10 points. Here is the calculation for each language:

C++: 90 successful completions × 10 points = 900 points

Python: 80 successful completions × 10 points = 800 points

Java: 60 successful completions × 10 points = 600 points

JavaScript: 85 successful completions × 10 points = 850 points

Therefore, the total points for each programming language are as follows:

C++ - 900 points

Python - 800 points

Java - 600 points

JavaScript - 850 points

The probable question may be:

In a school competition, four programming languages (C++, Python, Java, and JavaScript) are being assessed. The table below displays the number of students who participated and successfully completed coding challenges in each language:

Programming Language Participants Successful Completions

C++ 120 90

Python 100 80

Java 80 60

JavaScript 110 85

Each participant had to solve two coding challenges, and the table already indicates the successful completions. If each successful completion earns the participant 10 points, calculate the total points for each programming language.

Options:

A) C++ - 900 points

B) Python - 800 points

C) Java - 600 points

D) JavaScript - 850 points

User Darshanie
by
8.6k points