http://answers.yahoo.com/question/index?qid=20070518062909AAOwsFl
help does not mean to write the program for you. send your project in a zip and tell us exactly where you want our help.
as i told you before ,what you want isn't easy to accomplish. it works only in some cases not for all. for example you said base=11 and height=7...
what base and height did you give?
you can try this #include<stdio.h> #define Mx 20 #define My 20 void draw(int base,int height); int main() { // draw(5,4); // draw(5,4);...
if i enter base=3 and height=9 what you draw? i know its just an exercise but there must be some restrictions for example base length must be...
start coding ,post your code here and i will help you but i am not going to solve it for you.
if the user enters values that are not suitable for creating a triangle then how you can draw it? and another thing.... if i enter base=3 and...
http://mathworld.wolfram.com/IsoscelesTriangle.html if you know the length of the base and the height then you can calculate the length of the...
1. http://msdn.microsoft.com/en-us/library/3d6tfc4z%28v=vs.80%29.aspx...
use this or........ #include <stdio.h> int main(){ int i; for(i=0;i<1;i++){ printf(" *\n"); printf(" ***\n");...
use the split method to determine the type of the product http://www.homeandlearn.co.uk/net/nets7p7.html if the product has the desired type add...
http://www.vb-helper.com/howto_net_datagrid.html
public boolean equals(Sprite other){ if (this==other) return true;//its the same object if (all properties values of this object==all...
its better to zip your project(solution) and post it here to give you the help you want.
the code you gave is wrong check it again.(Hint 100+200>100)
http://download.oracle.com/javase/tutorial/java/concepts/object.html
try here--->http://www.java2s.com/Code/JavaAPI/java.awt/GraphicsdrawOvalintxintyintwidthintheight.htm
the example is static but the code is not. if you feed the above code with the right array--->numbers[][] you will get what you want. p.s. you...
can you explain better what you want? have you coded something so far?
Separate names with a comma.