Closed Rohithknaidu closed 1 year ago
high level structure:
product struct:
inputStruct fields:
scraping function signature:
use case 1: given the user input, determine if the notification needs to be sent to the user or not.
it is not possible using Atoi( ) because we have "1,899" .we can not convert "," into integer.
high level structure:
product struct:
inputStruct fields:
scraping function signature:
use case 1: given the user input, determine if the notification needs to be sent to the user or not.