answersLogoWhite

0

No, use java.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the side c of the triangle?

Side c of a triangle is opposite angle C


C program to generate parkside's triangle numbers?

this program is to generate pascal's triangle #include<stdio.h> #include<conio.h> main() { int n,i,j; clrscr(); printf("enter the number"); scanf("%d",&n); for(i=1;i<=n;i++) { for(j=1;j<=i;j++) printf("%d",j); printf("\n"); } getch(); }


Triangle ABC angle A is 60 what is angle C?

triangle ABC with rigth at C


Can all C programs are executable in C plus plus?

Some C programs can be compiled in C++, yes.


Where can you find flowcharts in C programs?

C programs don't contain flowcharts.


Can c write programs?

A programmer can write programs in C, but C can't write anything by itself.


What is the benift of learning c language?

You will be able to understand C programs. Also to write C programs.


What logo has a blue triangle with a yellow c and a mermaid?

The logo with a blue triangle and yellow c and mermaid is Cressi.


How do you figure out angle in triangle C is 50?

It depends on the triangle in question. Angle C is not 50 in all cases!


What is the third interior angle of triangle?

Let the angles be a, b and c There are 180 degrees in a triangle: 180-(a+b) = c 180-(a+c) = b 180-(b+c) = a


Can an equiangular triangle be scalene?

No. An equiangular triangle is always equilateral. This can be proven by the Law of Sines, which states that sin A / a = sin B / b = sin C / c, where A, B and C are angles of a triangle and a, b and c are the opposing sides of their corresponding angles. If A = B = C, then sin A = sin B = sin C. Therefore for the equation to work out, a = b = c. Therefore the eqiangular triangle is equilateral, and therefore not scalene, which requires that all sides of the triangle be of different lengths.


Code for creating pascal's triangle in C programming language?

code for creating pascal's triangle in C programming language?