Java | JSP | JSF Answers

Questions: 4 418

Answers by our Experts: 3 943

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

I'm taking computer math now
i have to finish my project for home work
but i didn't get anything in this lesson
i finished project 1 and i don't know how to start project 2
can you make me a code and explain it to me?

Write a class called Crypto. One method, encrypt, will accept a String that represents the sentence to be encrypted.
It will return a String that is the sentence with all v’s (big or small)
replaced with “ag’,r”, all m’s (big or small) with “ssad”, all g’s (big or small) with “jeb..w”
Write a Java program that has at least the following two methods. You should thoroughly test your methods on several values.

1- static int baseToDecimal(String num, int radix) - this method should take in a string representing a number and the base (or radix) of that number and should convert that number to its decimal equivalent and return that value as an int. You may assume that radix is a number between 1 and 36.

2- static String decimalToBase(int number, int radix) - this method should take in a decimal number as an int and the base (or radix) you wish to convert that number to and return the String version of the decimal number in that base.



i need this java program be applide by Eclipse IDE for Java Developers



could you please please make sure to use just these code and please make the answer easy because i am beginner in programming and use( just) this code these what i take so far

while
if
boolen
or
and

1++

% i

not!

<

<=

>

=>

==

!=

or//

and &&

String

int length()

char chaeAt(int index)

string to Upper Case()

string to Lower Case()

mathod(subroutines, procedures, functiond)

return_type methodName(comma_delim_list of params)

{

//do stuff

}

boolean is Digit(char c)

int char Toint(char c)

int pow(int num, int power)

int string toint (strings)

lengh

char At

static int parse Int (String s)

string substring(int pos)

string substring(int start, int end)

int index of(char c)

concatenation+

radix
processExpression - this method should take a String in the format: "integer [[+-*/] integer]*]" Your method should then process this expression and return the result as an integer. You must solve this problem using ONLY tools that were taught thus far in CSC535.
I want to create a reusable component that would change the background color of an interface after a specific interval and embed it into the main application. Help me to write the codes that are required for the precceding problem.
I want to create a java bean component that would change the background color of an interface after a specific interval, then I want to embed the reusable component created into the main application. Help me to write the code that is required to create the java bean and its implementation.
create Canalock so that one ship iz allowed in the lock at a time
Complete the main method of the class Main so that it creates a canal lock, two ascending ships, and two descending ships as separate threads and then starts them. The four ships should be given ids 1, 2, 3 and 4 respectively. Compile and execute the project. You should observe that the behaviour of these ships is not correct with respect to the real-world scenario that has been described. Note that outputs will vary, so you may need to run the program several times in order to observe the incorrect behavio
Code for login page.
I want to know how to show an html page enabled with java script in a window application
write a program to print 1st 10 natural no.
LATEST TUTORIALS
APPROVED BY CLIENTS