TheGrowthHackersNovigo / Rencita_Day_2

0 stars 0 forks source link

Rencita_Day_2 #1

Open RencitaMonteiro2210 opened 3 months ago

RencitaMonteiro2210 commented 3 months ago

+Initial commit +Read and Check if a given number is prime. Display the result with appropriate message.

Work Updates : 1-12 , 14-15 , 13(sequence ) -> Done Pending : 13 flowchart

RencitaMonteiro2210 commented 3 months ago
RencitaMonteiro2210 commented 3 months ago
RencitaMonteiro2210 commented 3 months ago
Prithveesh-sa commented 3 months ago

Comments based on Best Practices and working of code.

  1. Logical Error: Assignment 3 & 4
  2. Boolean Condition needs to be declared to a variable and then the same variable needs to be used in if condition.
  3. Use Less of Break Activity.
  4. Need to Improve Commit Message while committing to GitHub
  5. Try using Normal For Loop instead of Parallel For Loop