ru
Feedback
HYDERABAD BANGLORE REAL-ESTATE ||STOCKS || INVESTMENTS || PLOTS || RENTS

HYDERABAD BANGLORE REAL-ESTATE ||STOCKS || INVESTMENTS || PLOTS || RENTS

Открыть в Telegram
1 831
Подписчики
Нет данных24 часа
Нет данных7 дней
Нет данных30 дней
Архив постов
def playingWithDates(dates): t=len(dates) res=[]*t for i in range(t): date,mon,year=map(str,dates[i].split()) datelen=len(date) n=datelen-2 date=date[0:n] if(len(date)==1): date="0"+date month={"Jan":"01", "Feb":"02","Mar":"03", "Apr":"04", "May":"05", "Jun":"06", "Jul":"07", "Aug":"08", "Sep":"09", "Oct":"10", "Nov":"11", "Dec":"12"} re=year+"-"+month[mon]+"-"+date res.append(re) return res Play with dates @placementupdatess

We are hiring MCA/BE/BTech fresher candidates for our internal SAP development team. Position - Developer Technology - Should have excellent knowledge in Java/ C programing. CGPA % - Minimum 7 Salary - 3 LPA - 5 LPA Location - Bangalore Maventic Fresher Hiring https://docs.google.com/forms/d/e/1FAIpQLSc6OaGhv9GXy1uYoO3HHl8Mb5ijYl3vvFBwBWvwGpHngwV7KQ/viewform ==============

Section 1 1. (A) 17:20 pm 2. (A )124 3. (C) Monday 4. (B)924 5. (D)35 6. (A) pressure 7. (D) QNQF 8. (C) *,÷,+ 9. (A) steve-D,billy-A,Tom-B,luis-C 10. (A) sister of father in law 11. (C) both 1 and 2 follow 12. (A) j#p!k 13. (C) if both 1 and 2 follow 14. (D) 50 15. (D) 12 16. (D) 11 17. (B) 6 18. (B) apples,green,cow 19. (C) both the statement 1 and 2 independent course 20. (C) Rose Section 2 1. (A) $225 2. (B) 256 3. (D) 12 4. (C) $25000 5. (C) 318 6. 7. (B) 900900 8. 9. 10. (C) 288 Section 3 See the pictures Section 4 1. (D) -xyz 2. (D) private 3. (B) constructor 4. (B) Global variables 5. (A) A virtual constructor is not possible but a virtual destructor is possible 6. (C )John should find the maximum of all coordinates at the left end and minimum of all coordinates at the right end 7. (B) circular linked list 8. 9. (A) A->B->D->H->I->E->J->K->C->F->L->M->G->N->O 10. 11. (B) DELETE FROM student info WHERE sname="mark Smith" 12. (A) SELECT count(id) FROM students WHERE marks>90 13. (B) SELECT emoni,ename,sal,deptno from employee ORDER by dal offset 10 row fetch next 10 rows only 14. (B) 5 15. (A) Type Name UNIQUE CHAR(10) @placementupdatess

Codes helping for exam Revature interview 👇 I am done with revature technical interview.. Mine was scheduled at 11:15 am on 30 may My host joined at 11:20 am and it was like rapid fire round and it lasted about 10-15 min.she asked me the following questions: 1.introduce yourself 2.are u familiar with data structures 3.some questions on queues, stacks, linkedlists and arrays.. 4.familiar with html, css or java script.. I said html and css 5.variations in css 6.difference between bgcolor and color 7.linking style sheet 8.oops concepts in java 9.types of arrays 10.example of multidimensional array 11.sql queries-types-dml, ddl, tcl, dcl.... 12.what is rdbms 13.inserting data into table 14.do you know python? 15.any questions for me? They expect just brief explanations.. And confidence Telegram::: @placementupdatess

Global edge Numerical belly int main() { int i,j,n; printf("Enter n:"); scanf("%d",&n); for (i=1;i<=n;i++) { for (j=1;j<=i;j++) { if(j=1;i--) { for (j=1;j<=i;j++) { if(j

Cognizant Off Campus Drive | 2019 2020 2021 Batch | BCA BSc Arts & Science | 2.52Lpa myamcat.com/jobRegistrationForm?id=cts_offcampus_ArtnS Telegram - @placementupdatess

Mixed fraction java if(denominator == 0){ System.out.println("Invalid input"); } else{ int result = (quotient * denominator)+numerator; System.out.println(result); System.out.println(denominator); } Mixed fraction java 🔥 @placementupdatess

from math import gcd a = quotient * denominator + numerator b = denominator while gcd(a,b)!=1: c = gcd(a,b) a=a//c b=b//c print(a) print (b) Mixed fractions to improper fractions conversion Python3 @placementupdatess

🔰 IBM : Volume of pizza slice Language : c++ float v=0; float pie = 3.14; if(thickness>0 && thickness<=2) { if(radius>0 && radius<=20) { if(angle>0 && angle <=360) { v = angle*thickness*pie*radius*radius; v = v/360; cout<<round(v); } } } ▫️Telegram : @Placementupdatess