•  
      tasks #44334 Print odd numbers of a list
    #44334
    Ritish Singh (ritish31)
    2022-08-05 23:33
    2022-08-05 23:33
    Details
    Print odd numbers of a list
    Iterate each element in the list using for loop and check if num % 2 != 0. If the condition satisfies, then only print the number.
    5 - Medium
    State of Progress
    2022-05-07
    100
    2022-05-08
    Ritish Singh (ritish31)
    Rakesh Kumar Verma (rakesh.verma)
    2022-05-09
    Closed
    Attachments
    References
    References list is empty