•  
      tasks #44333 Print even numbers of a list
    #44333
    Ritish Singh (ritish31)
    2022-08-05 23:31
    2022-08-05 23:31
    Details
    Print even 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