Search:

Type: Posts; User: cloudytech147

Search: Search took 0.11 seconds.

  1. A failure occurred while executing org.jetbrains.kotlin.gradle.internal

    The building of my android app failed with a new strange set of errors:

    The...
  2. Ansible issue when trying to execute java command from playbook

    I'm in the middle of automating some processes in a VM, we are currently using Java 17 and have updated our jettys to jetty-11. Since in jetty-11 both home and base are separate it's important to...
  3. Using JpaRepository in a class implementing Runnable

    I'm creating a socket server using Spring Boot and I'm having trouble initializing my JpaRepositories in a class that implements Runnable. For testing the server I use Netcat and the server...
  4. Replies
    1
    Views
    1,121

    While loop not incrementing java

    I'm just starting to learn about java. My while loop does not seem to increment. Here's the snippet of my while loop inside a try and catch:



    File file = new File("Reservation.txt");
    Scanner...
  5. Lyapunov Exponent estimation in Java / pseudocode

    This was the task given during learning pseudocode basics. I'd like to estimate the predictability of a time series that is possibly chaotic. For this reason, I thought that the Lyapunov exponents...
  6. Replies
    0
    Views
    748

    java pseudocode Clarification

    This was a homework question I had during training:

    Consider this java pseudocode



    string rep (int n){ ---> n is a natural number in this case.

    if(n==0)
    return "0";
Results 1 to 6 of 6