Skip to content
View ashimmaity81's full-sized avatar
  • 11:33 (UTC -12:00)

Block or report ashimmaity81

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Predictive_sales_analytics_using_machine_learning Predictive_sales_analytics_using_machine_learning Public

    2

  2. python-project python-project Public

    It is based on the calculate the days between two days input by the users

    Python 1

  3. Caching-the-inverse-of-a-matrix Caching-the-inverse-of-a-matrix Public

  4. cipher-Q1 cipher-Q1 Public

    Define a structure Student with the following members: Name (string) Roll Number (integer) Marks (float array of size 3 to store marks in three subjects) Dynamically allocate memory for a single St…

  5. cipher-Q2 cipher-Q2 Public

    Define a base class Animal with a virtual function sound(). Then, create two derived classes, Dog and Cat, that override the sound() function to return "Bark" and "Meow," respectively.

  6. cipher-Q4 cipher-Q4 Public

    Prompt the user to enter the number of elements they want to store in a dynamic array (vector). Use a std::vector to store the elements entered by the user. Allow the user to input the elements of …