Program Description This program computes for the area of a circle, triangle or a rectangle. It uses if statements to choose from the three shapes. It also uses cmath for the exponents. Output When … more →
An Engineer's LiteratureMark Darwin wrote 1 month ago: Program Description This program computes for the area of a circle, triangle or a rectangle. It use … more →
Mark Darwin wrote 1 month ago: New C++ Tutorials are posted. These are lesson 4 and 5 which discusses data types and arithmetic op … more →
Mark Darwin wrote 1 month ago: New pages are added to my blog that teaches the basic C++ tutorials. New tutorials will be added so … more →
Mark Darwin wrote 2 months ago: Program Description This is a program that accepts date written in numerical form and displays them … more →
Mark Darwin wrote 2 months ago: Program Description This program will ask for the total amount of grocery bill to be paid by the cus … more →
Mark Darwin wrote 2 months ago: Program Description Quadratic equation is an equation where the highest power of x is x2. The gener … more →
Mark Darwin wrote 2 months ago: Program Description Here is a program that converts hours and minutes to seconds. The user will be … more →
Mark Darwin wrote 2 months ago: Program Description A place-value notation system is a numeral system in which each position is rela … more →
Mark Darwin wrote 2 months ago: Program Description: Student X wants to know his grade for his lecture. Having a copy of his scores … more →
Indra Ferdianto wrote 7 months ago: http://www.ziddu.com/download/4414805/Alexa.Rank.rar.html Alexa dikenal sebagai salah satu web rank … more →
Indra Ferdianto wrote 8 months ago: Mungkin sudah banyak blog tutorial yang membahas bagaimana memunculkan status icon Yahoo! Messenger … more →
tmsajin wrote 11 months ago: http://sourceforge.net/projects/snoopy/ Snoopy is a PHP class that simulates a web browser. It autom … more →
rieljun wrote 11 months ago: cs 111 After this post, i am going to post programs related to cs 111 just because my friend wanted … more →
rieljun wrote 11 months ago: For the past few days, I’ve been wondering how peteranswers.com works. As I was sharing ideas … more →
tmsajin wrote 11 months ago: <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” ”http://www.w3.org/T … more →
yunustj wrote 11 months ago: #!/bin/bash # -------------------------------------------------------------------------------------- … more →
rockmanx wrote 1 year ago: An easy way to parse the query string in your URL to grab certain values. Get URL Parameters Using J … more →
menardparas wrote 1 year ago: // Filename: Average1.java // Class average program with counter-controlled repetition. // Java exte … more →
menardparas wrote 1 year ago: //Filenane: HelloWorld.java import javax.swing.JOptionPane; public class HelloWorld { public static … more →