• + 0 comments

    To solve this problem, your function should take a single integer input, n, and print the phrase "Hello World" exactly n times, each on a new line. You don’t need to return anything; simply print the output as specified. Input and output handling will be managed externally, so your focus is on implementing the function logic using the correct method signature for your chosen language.

    💡 Ta reda på ditt BMI – men först, säg "Hello World" ett antal gånger!