Entri Populer

Selasa, 29 Maret 2016

Program Menghitung Volume Segitiga Prisma Menggunakan Bahasa C

Menghitung Volume Prisma Segitiga


#include <stdio.h>
#include <stdlib.h>
int main()
{
    float a,ts,tp,v;
    printf("menghitung vol prisma segitiga\n\n");
    printf("masukkan alas segitiga, tinggi segitiga, tinggi prisma : \n");scanf("%f %f %f",&a,&ts,&tp);
    v=0.5*a*ts*tp;
    printf("vol %.2f", v);
    return 0;
}



What I Want To Be..................

Hello, My name is Nugroho Setyo, I was born on February, 6th 1995 in Curup, South Sumatra, in 2015 I started college in Udinus a college in Semarang Central Java, I majored in Engineering Informtika. What I want to be, I thought after college I will develop the knowledge when I was in college, I will be a software developer or programs in the world of informatics, or I can develop the technology in Indonesia and could make my country more advanced and could be known by the whole world