To the computer scientists: what do you think of this code with recursion for the Fubonaacü calculation?
STack I understood or good or

public class Main
{ public static void main(String[] args) { fibonatschü(); } public static void fibonatschü(){ fibonatschüue(0,1); } public static void fibonatschüue(int eins, int zwei){ if(eins > 50 ) return; System.out.print( zwei+" "); fibonatschüue(zwei, zwei+eins); } }
It’s okay. But whether I would still learn Java today….
what is there for better code talking like C is too easy or Rust too easy what is it
zB Python would I recommend
You can actually ask ChatGPT very well and get code examples generated and explained. The more extensive a program becomes, the more the AI makes mistakes, but just such rather short functions actually always make it error-free. Then you can also ask what there are ways to restructure or shorten this function.
In addition, an AI cannot feel a foreign shame, which is another advantage.
but with K and t instead of d and without e if you understand this, can you help me quickly: fibonacci code with just one function realize a transfer parameter, possible?
No, I just described the coding piece shown. Are you code?
you have been insulting me
Then it would fit perfectly with this coding style.
Which programming language is the best depends on what you want to do with it. Doesn’t give any programming language that can do anything well.
Python is widely used in the field of AI and machine learning, and generally in more complex software as a scripting level.
this is for babies