Coupon codes with discount rule and percentage per coupon Order- shipments- invoices User wishlist Replacements catering to different orders- status Reviews from customers for every product Product- name, color, seller, sizes available, quantity available, cost, current discount, place of origin for delivery calculations,…
Konda Nithin
updated on 22 Aug 2022
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Konda Nithin (8)
Project 1 - Create a new microservice for allowing customers to getInsurance policy from your banking app
hi please find the below attched files
28 Mar 2023 02:50 PM IST
Project 2
MongoDB Ecommerce Database Customer Collection { "_id": ObjectId("5f2049fa78e7164ef8e8d13f"), "name": "John Doe", "email": "..e@example.com", "address": "123 Main Street", "city": "New York", "state": "NY", "zip": "10001", "country": "USA", "type": "normal" } Product Collection { "_id": ObjectId("5f2049fa78e7164ef8e8d140"),…
02 Dec 2022 12:52 PM IST
Project 1
/*SELECT mov_title AS title FROM movie ORDER BY mov_lag='English' ;SELECT * FROM movie*/ CREATE DATABASE project_1;USE project_1; CREATE TABLE Register(RegisterId INT,NAME CHAR(20),PhoneNumber INT,city CHAR(10),country CHAR(10),pincoode INT,Email VARCHAR(50),N0n_premium CHAR(5),premium CHAR(5),PRIMARY KEY (premium, N0n_premium,Email,PhoneNumber,RegisterId,city,country,pincoode));…
28 Nov 2022 12:29 PM IST
Project 1
kindly check the below zip file
06 Nov 2022 02:04 PM IST
Project 2
project 2
22 Oct 2022 01:26 AM IST
Project 1
Ecommerce Project 1
20 Oct 2022 06:43 PM IST
Project 1
Coupon codes with discount rule and percentage per coupon Order- shipments- invoices User wishlist Replacements catering to different orders- status Reviews from customers for every product Product- name, color, seller, sizes available, quantity available, cost, current discount, place of origin for delivery calculations,…
22 Aug 2022 08:29 PM IST
Project
import java.lang.Math.*;import java.util.Scanner; public class ScientificCalculator { int a, b; Scanner sc = new Scanner(System.in); int addition() { System.out.println("Enter two number of addition"); a = sc.nextInt(); b = sc.nextInt(); return (Math.addExact(b, a)); } int subtraction() { System.out.println("Enter two…
23 Jul 2022 08:50 PM IST