top of page
Forum Comments
7-1 Why prefix or post fix notations are used in computers?
In ACSL Contest Prep
wangernestrdragon
Jan 19, 2019
2014-2015
1)3
2)3x2^*4y*+xy2^2*-4x*5y*/+
2015
1)108
2)b a b c - 2^*/ c a 2^/-
0
0
8.1 What are bit strings? What do we use bit strings for?
In ACSL Contest Prep
1.1 Converting numbers among different bases
In ACSL Contest Prep
3.1 What is a function? What is a recursive function?
In ACSL Contest Prep
C9 Arrays and Loops in Actions
In Introduction to Java
Lab 1-2: a Robot - Classes and Objects Project
In AP Computer Science A
Classes and objects review: Project Draft Picks
In AP Computer Science A
5.2 Project - Print a rectangle with a bar at the center
In Introduction to Java
4.5 How to run part of code under certain conditions?
In Introduction to Java
2.12 - Conversion among binary, octal and hexadecimal numbers
In Introduction to Java
wangernestrdragon
Jul 23, 2018
1)A6
2)4CE
3)a)100010 b)111010 c)1011100 d)1011 e)10001100----b,c,d
4)168C14
5)10001001111
6)A
0
0
2.8-later How to print the first and last digit of an integer?
In Introduction to Java
3.7 How to read input from keyboard?
In Introduction to Java
5.11 What are the multiple phases of programming?
In Introduction to Java
2.11 Conversion between binary and decimal numbers
In Introduction to Java
2.10 - What are binary numbers?
In Introduction to Java
wangernestrdragon
Jul 15, 2018
1) 100111
2) 10011
3) 100100010
4) 0011
5)10111111
6)-0010101
7)10001000110010
8)0000000
0
0
2.5 - What are standard functions(methods)?
In Introduction to Java
2.7 What are flow control structures?
In Introduction to Java
wangernestrdragon
Jul 08, 2018
class pokeball {
public static void main(String[] args) {
double money=2000;
double year=20;
double new_money=money+(money*0.05);
double final_balance=money*java.lang.Math.pow(2.718281,year*0.05);
System.out.println(final_balance);
//Compounded continuously
}
}
5436.562
0
0
1.7 Workshop: what is your algorithm?
In Introduction to Java
wangernestrdragon
More actions
bottom of page