Search:

Type: Posts; User: martinevtimov

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    628

    Re: Integer type conversions

    Hey, Jim! Thank you for replying.

    I figure that char + whole number is equal to char, that's why zero and number is equal to 57 because zero(char) + 9(short) is equal to char 9 which is 57...
  2. Replies
    3
    Views
    628

    Integer type conversions

    Hi everybody, I have a practice task that I can't solve and I need help.


    public class Solution {
    public static void main(String[] args) {
    short number = 9;
    char zero =...
  3. Replies
    5
    Views
    774

    Re: Closest to 10

    I posted a question in the forum, I didn't want to ask them because this is basically the answer and someone can just copy this and try to figure the rest out. Whatever, I will keep you update and...
  4. Replies
    5
    Views
    774

    Re: Closest to 10

    3376
  5. Replies
    5
    Views
    774

    Closest to 10

    I completed all the requirements expect the last one it's giving me an error: The closeToTen method should display a number on the screen in accordance with the specification. Be sure that the...
Results 1 to 5 of 5