This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Scanner; | |
public class Zodiak | |
{ | |
public static void main (String args[]) | |
{ | |
int tgl, bln, zodi, jan, feb, mar, apr, mei, jun, jul, ags, sep, okt, nov, des; | |
jan=1; | |
feb=2; | |
mar=3; | |
apr=4; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Scanner; | |
public class Zodiak //class Zodiak | |
{ | |
public static void main (String args[]) | |
{ | |
int tgl, bln, zodi, jan, feb, mar, apr, mei, jun, jul, ags, sep, okt, nov, des; | |
jan=1; | |
feb=2; | |
mar=3; | |
apr=4; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream.h> | |
#include <conio.h> | |
#include <iomanip.h> | |
#include <stdlib.h> | |
//using namespace std; | |
int b1,c1; | |
int dt1[5][5],dt2[5][5],dt3[5][5]; | |
char jawab[] = "y"; |
NewerOlder