#include <stdio.h> #include <time.h> int main ( ) { time_t t; clock_t start, end; long i,count= 100000000; start = clock(); time(&t);...
you can do it like this stars--->1,3,.....,2*k+1 #include <stdio.h> int main(){ int i,j,k,ii=0; for(i=0;i<5;i++){//5...
try this import java.io.*; class pizza { public static void main (String[] args) throws Exception { String use;...
try this import java.io.*; import java.util.Scanner; class num{ public static void main(String args[]) { int array[]=new...
rdr.Item("FName" )& " " & rdr.Item("LName")
use a jlabel instead http://www.kodejava.org/examples/402.html
inside the while loop add a msgbox command to show you what it reads something like this i mean .......... Dim reader As SqlDataReader...
http://www.vbforums.com/showthread.php?t=406671
if you replace for example System.out.print("Report of wages to date:" + newline + newline); with jTextArea1.setText("Report of wages to date:"...
post your code
see this http://www.roseindia.net/java/beginners/arrayexamples/bubbleSort.shtml for 1d array. hint:a 2d array MxN is ---->N 1d arrays Mx1 or...
if you had an 1d array what would you have as code?
and the question is?
i made some changes check it import java.util.Scanner; //import the Scanner class public class Wave{ public static void main (String[]...
1)----->http://www.javacoffeebreak.com/java101/myfirstprog.java 2)----->http://www.dickbaldwin.com/java/Java032.htm...
your code is too messy stop using goto statements and use functions instead i fixed some things in your code see only tomato sauce from pasta...
for me it should be if (y < 5) { x = x +1; if (y < 3) { x = x -1; } }...
1)y = x - y; x=0,y=0,enter while x=0,y=0-->00,x=1 x=1,y=1-->11,x=2 x=2,y=1--->21,x=3 x=3,y=2--->32,x=4 x=4,y=2---->42,x=5...
part1 ---->nothing part2 ----->8 part3 ---->12
...where (segment_trans.date >= #" & (fdate.Text) & "# and segment_trans.date<= #" & (tdate.Text) & "# and segment_trans.date >= #" &...
Separate names with a comma.