You can't find the average of two totally different values, but this is as close as I got to your request. Average is the same as the mean. Add them all together and divide them by how many there are.
Example:
Students using c: 25
students not using c: 30
(students using c)÷(Students using + Students not using) = average
25÷55= 0.45
See how it doesn't work?
*Note, the following language is in c++ because it was categorized under c++*
--------------------------------------
#include <iostream>
using namespace std;
int main()
{
double n, x, t, a; // n= using x= not using t= total a= Average
cout << "Students using C Programming: ";
cin >> n;
cout << "Students not using C programming: ";
cin >> x;
t = n + x;
a= n / t;
cout << a;
return 0;
}
Yes and no, program development works in programming codes which are specifically made for humans to be entered, a program can write these programming codes too. The thing is, you would need to write the programming codes yourself before the program can use it in program development. If a program could invent the wheel, then you still need to invent that wheel before the program can. Or atleast until the thinking of the human brain can be translated into mere programming code.
Write a program to find the grade obtained by the students of a class
programming language paradigm
Write the source program. Compile. Link executable. Run it.
Statements.
The first step you should take when creating a program is to write an algorithm for it. An algorithm is a programming tool that offers a step by step solution to a programming problem.
Same with other Visual Basic program, programming in FoxPro will require you to have the right syntax.
DBMS means Data Base Management System, it is not a programming language.
Reference:cprogramming-bd.com/c_page1.aspx# array programming
c in 89c51 stands for cmos.. s in 89s51 stands for system programming system programming is way of burning your program into microcontroller chip... just like we write a program in c language and then burn it into microcontroller.this in system programming is another way of burning your program into microcontroller....
There are so many programming languages that it is impossible to tell without actually seeing the source program in question.
How to write a program for mouse in microprocessor?