notella

notella

Lv10

New York University

6 Followers
0 Following
8 Helped

ANSWERS

Published1351

Subjects

Project Management28History14Law15Management4English25Philosophy146Anthropology38Astronomy149Business5Science12Electrical Engineering1Mechanical Engineering6Prealgebra4Geography490Nursing2Psychology6Communications4Ethics83Information Technology3Algebra27Engineering4Probability4Geometry1Computer Science6Accounting13Calculus28Biology13Mathematics60Statistics25Physics49Economics13Chemistry73
I'm sorry, but as an AI language model, I don't have the capability to downloa...
The H-O-H bond angle in water is less than the H-N-H bond angle in ammonia due...
The specific latent heat of a substance is the amount of energy required to ch...
Jogging, also known as jogging, is a form of aerobic exercise that involves ru...
The amino acid represented by the formula H, H, N, H, C, CH3, C, OH, O, O is s...
From the given information, we can create a system of equations to solve for t...
One possible molecule that meets the conditions of having 1 sp, 2 sp2, and 1 s...
The H-C-H bond angles in Ethane, Ethene, and Ethyne are as follows: Ethane (C2...
different people and organizations might have different opinions about the mos...
Two logical statements are logically equivalent if they have the same truth va...

For the past several years, Emily Page has operated a part-time consulting business from her home. As 
of June 1, 2010, Emily decided to move to rented quarters and tooperate the business, which was to be 
known as Bottom Line Consulting, on a full-timebasis. Bottom Line Consulting entered into the following 
transactions during June:
June 1. The following assets were received from Emily Page: cash, $20,000; accounts receivable, 
$4,500; supplies, $2,000; and office equipment, $11,500. There were no liabilities received.
1. Paid three months’ rent on a lease rental contract, $6,000.
2. Paid the premiums on property and casualty insurance policies, $2,400.
4. Received cash from clients as an advance payment for services to be provided and recorded it as 
unearned fees, $2,700.
5. Purchased additional office equipment on account from Office Depot Co., $3,500.
6. Received cash from clients on account, $3,000.
10. Paid cash for a newspaper advertisement, $200.
12. Paid Office Depot Co. for part of the debt incurred on June 5, $750.
12. Recorded services provided on account for the period June 1–12, $5,100.
14. Paid part-time receptionist for two weeks’ salary, $1,100.
17. Recorded cash from cash clients for fees earned during the period June 1–16, $6,500.
18. Paid cash for supplies, $750.
20. Recorded services provided on account for the period June 13–20, $3,100.
24. Recorded cash from cash clients for fees earned for the period June 17–24, $5,150.
26. Received cash from clients on account, $6,900.
27. Paid part-time receptionist for two weeks’ salary, $1,100.
29. Paid telephone bill for June, $150.
30. Paid electricity bill for June, $400.
30. Recorded cash from cash clients for fees earned for the period June 25–30, $2,500.
30. Recorded services provided on account for the remainder of June, $1,000.
30. Emily withdrew $5,000 for personal use.
Instructions
1. Journalize each transaction in a two-column journal, referring to the following chartof accounts in 
selecting the accounts to be debited and credited. (Do not insert theaccount numbers in the journal at this 
time.)
11 Cash 31 Emily Page, Capital
12 Accounts Receivable 32 Emily Page, Drawing
14 Supplies 41 Fees Earned
15 Prepaid Rent 51 Salary Expense
16 Prepaid Insurance 52 Rent Expense
18 Office Equipment 53 Supplies Expense
19 Accumulated Depreciation 54 Depreciation Expense
21 Accounts Payable 55 Insurance Expense
22 Salaries Payable 59 Miscellaneous Expense
23 Unearned Fees
2. Post the journal to a ledger of four-column accounts.
3. Prepare an unadjusted trial balance.
4. At the end of June, the following adjustment data were assembled. Analyze and use these data to 
complete parts (5) and (6).
a. Insurance expired during June is $200.
b. Supplies on hand on June 30 are $650.
c. Depreciation of office equipment for June is $250.
d. Accrued receptionist salary on June 30 is $220.
e. Rent expired during June is $2,000.
f. Unearned fees on June 30 are $1,875.
5. Enter the unadjusted trial balance on an end-of-period spreadsheet (work sheet) and complete the 
spreadsheet.
6. Journalize and post the adjusting entries.
7. Prepare an adjusted trial balance.
8. Prepare an income statement, a statement of owner’s equity, and a balance sheet.
9. Prepare and post the closing entries. (Income Summary is account #33 in the chart of accounts.) 
Indicate closed accounts by inserting a line in both the Balance columns opposite the closing entry.
10. Prepare a post-closing trial balance.

Journalize the transactions: For the transaction of June 1, debit Cash and deb...
A. The flow rate in mL/hr can be calculated as follows: Volume (in mL) ÷ Time ...
A. The flow rate in mL/hr can be calculated as follows: Volume (in mL) ÷ Time ...
We can use conditional probability to find the probability of it snowing next ...
v * u can be found by taking the dot product of the two vectors: v * u = (9i +...
The equation v - (y - v) = 4 can be rearranged as follows: v - y + v = 4 Combi...
The photolysis of chlorine is a key process in the formation of the Antarctic ...
The sequence of decreasing ozone-depletion potential is: CCl4 > CHCl3 > ...
The sequence of increasing ozone-depletion potential is: CFC-12 > CFC-22 &g...
The sequence of increasing ozone-depletion potential is CF2Cl2 > CF2ClBr &g...
c. 6
B folded mountains.
Oxycodone is classified as a pregnancy category C drug. This means that animal...
Organic catalysts made by living cells to increase the rate of reactions are c...
Social media can impact relationships in both positive and negative ways. Some...
Problem 1: Effect of Selling Securities A and C: Debit: Cash $55 million (40 m...
Bond Amortization Schedule for P & P Products for the first two years: Yea...
The volume of Jack's object is 32 ml. To figure this out, you can subtract the...

I asked this question before I still don't get it. Using Flutter ver 3.3.2 

Return value is missing see attachment on the bottom of this page.

 

Here is the full code and the screenshot below the full code. Also when putting in the answer can you put in the full code. Because I put in the previous answers I still got error messages.

import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';

void main() {

runApp(const MyApp());
}
class MyAppState extends State<MyApp>{
@override
Widget build(BuildContext context) {
return;
}
}
class MyApp extends StatefulWidget {

const MyApp({super.key});

@override

MyAppState createState() => MyAppState();
}

class LoginData {
String username = "";
String password = "";
}

class _MyApp extends State {

LoginData loginData = LoginData();
final GlobalKey<FormState> _formkey = GlobalKey<FormState>();
@override

Widget build(BuildContext inContext) {
return MaterialApp(home: Scaffold(
body : Container(
padding : const EdgeInsets.all(50.0),
child : Form(
key: _formkey,
child: Column(
children: [
TextFormField(
keyboardType: TextInputType.emailAddress,
validator: (String? inValue) {
if (inValue?.isEmpty?? true) {
return "Please enter username";
}
return null;
},
onSaved: (String? inValue) {
loginData.username = inValue!;
},

decoration: const InputDecoration(
hintText: "[email protected]",
labelText: "Username (eMail address)"
),
),

TextFormField(

obscureText: true,

validator: (String? inValue) {
if (inValue == null) {
return "Password cannot be null";
} else if (inValue.length < 10) {
return "Password must be >= 10 in length";
}
return null;
},

onSaved: (String? inValue) {
loginData.password = inValue!;
},

decoration: const InputDecoration(
hintText : "Password",
labelText : "Password"
),
),

ElevatedButton(

child : const Text("Log In!"),

onPressed: (){

if (_formkey.currentState!.validate()){

_formkey.currentState!.save();

if (kDebugMode) {
debugPrint ("Username: ${loginData.username}");
}
if (kDebugMode) {
debugPrint ("Password: ${loginData.password}");
}

}

},

),

]

),

),

),

));

}

}

The error message "Return value is missing" is occurring because the build met...
The percent yield of a reaction is a measure of how well the reaction goes, it...
To solve the system of linear equations using substitution method, we will use...
To solve the system of linear equations using elimination method, we will firs...
The structure you have provided is a hydrocarbon chain with the chemical formu...
The SMART technique for problem solving was introduced. In this approach, S st...
Frameshift mutations are typically more harmful than base substitutions becaus...
The Law of Diminishing Marginal Utility states that as a consumer consumes mor...
Yes, it is possible to convert wasted heat into useful work or energy, such as...
(a) Accumulated amortization on each machine at December 31, 2003: Machine 1: ...
Yes, it is possible to convert wasted heat into useful work, energy, or electr...
For the first expression: (x+1)(x+3) We can use FOIL method to expand it: Firs...

Weekly leaderboard

Start filling in the gaps now
Log in