answersLogoWhite

0

No, use java.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How can you use the pattern in the table of combinations to find a number in pascals triangle?

To find a number in Pascal's Triangle using combinations, you can use the formula (C(n, k) = \frac{n!}{k!(n-k)!}), where (n) is the row number and (k) is the position in that row. Each number in Pascal's Triangle corresponds to a combination, where the top of the triangle represents (C(0, 0)), the next row (C(1, 0)) and (C(1, 1)), and so on. By identifying the desired row and position, you can apply the combinations formula to calculate the specific number in Pascal's Triangle.


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.


If triangle ABC congruent to triangle FED then name the angle equal to angles C?

If triangle ABC is congruent to triangle FED, then the corresponding angles are equal. Therefore, angle C in triangle ABC is equal to angle D in triangle FED.


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